-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks
,android.content.ComponentCallbacks2
public class BacktraceComponentListener implements ComponentCallbacks2
-
-
Constructor Summary
Constructors Constructor Description BacktraceComponentListener(BacktraceBreadcrumbs backtraceBreadcrumbs)
-
Method Summary
Modifier and Type Method Description void
onTrimMemory(int level)
void
onConfigurationChanged(Configuration newConfig)
void
onLowMemory()
-
Methods inherited from class android.content.ComponentCallbacks2
onTrimMemory
-
Methods inherited from class android.content.ComponentCallbacks
onConfigurationChanged, onLowMemory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BacktraceComponentListener
BacktraceComponentListener(BacktraceBreadcrumbs backtraceBreadcrumbs)
-
-
Method Detail
-
onTrimMemory
void onTrimMemory(int level)
-
onConfigurationChanged
void onConfigurationChanged(Configuration newConfig)
-
onLowMemory
void onLowMemory()
-
-
-
-