com.didiglobal.booster.instrument.ShadowThrowable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of booster-android-instrument-logcat Show documentation
Show all versions of booster-android-instrument-logcat Show documentation
booster-android-instrument-logcat
package com.didiglobal.booster.instrument;
/**
* Shadow of Throwable
*
* @author neighbWang
*/
public final class ShadowThrowable {
public static void printStackTrace(final Throwable t) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy