jar

it.sephiroth.android.library.debuglog : debuglog-plugin

Maven & Gradle

Nov 25, 2021
0 stars

debuglog-plugin · Android gradle plugin which inject at compile time method logging (initially forked from Hunter-Debug)

Table Of Contents

Latest Version

Download it.sephiroth.android.library.debuglog : debuglog-plugin JAR file - Latest Versions:

All Versions

Download it.sephiroth.android.library.debuglog : debuglog-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window debuglog-plugin-0.0.4-rc3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

it.sephiroth.android.library.debuglog.asm.utils

├─ it.sephiroth.android.library.debuglog.asm.utils.ASMVisitorUtils.class - [JAR]

it.sephiroth.android.library.debuglog.asm.pre

├─ it.sephiroth.android.library.debuglog.asm.pre.ASMAnnotationVisitor.class - [JAR]

├─ it.sephiroth.android.library.debuglog.asm.pre.ASMClassVisitor.class - [JAR]

├─ it.sephiroth.android.library.debuglog.asm.pre.ASMMethodVisitor.class - [JAR]

it.sephiroth.android.library.debuglog.asm.vo

├─ it.sephiroth.android.library.debuglog.asm.vo.IPluginData.class - [JAR]

├─ it.sephiroth.android.library.debuglog.asm.vo.MethodData.class - [JAR]

├─ it.sephiroth.android.library.debuglog.asm.vo.MethodParameter.class - [JAR]

├─ it.sephiroth.android.library.debuglog.asm.vo.PluginData.class - [JAR]

it.sephiroth.android.library.debuglog.asm.post

├─ it.sephiroth.android.library.debuglog.asm.post.PostClassVisitor.class - [JAR]

├─ it.sephiroth.android.library.debuglog.asm.post.PostMethodVisitor.class - [JAR]

it.sephiroth.android.library.debuglog.utils

├─ it.sephiroth.android.library.debuglog.utils.ClassLoaderHelper.class - [JAR]

├─ it.sephiroth.android.library.debuglog.utils.StringUtils.class - [JAR]

it.sephiroth.android.library.debuglog

├─ it.sephiroth.android.library.debuglog.AndroidLogLevel.class - [JAR]

├─ it.sephiroth.android.library.debuglog.BuildConfig.class - [JAR]

├─ it.sephiroth.android.library.debuglog.Constants.class - [JAR]

├─ it.sephiroth.android.library.debuglog.DebugArguments.class - [JAR]

├─ it.sephiroth.android.library.debuglog.DebugLogPlugin.class - [JAR]

├─ it.sephiroth.android.library.debuglog.DebugLogPluginExtension.class - [JAR]

├─ it.sephiroth.android.library.debuglog.DebugLogTransformer.class - [JAR]

it.sephiroth.android.library.debuglog.threading

├─ it.sephiroth.android.library.debuglog.threading.TransformClassWorkAction.class - [JAR]

├─ it.sephiroth.android.library.debuglog.threading.TransformJarParams.class - [JAR]

├─ it.sephiroth.android.library.debuglog.threading.TransformJarWorkAction.class - [JAR]

it.sephiroth.android.library.debuglog.asm

├─ it.sephiroth.android.library.debuglog.asm.ASMClassWriter.class - [JAR]