strictmode-notifier icon indicating copy to clipboard operation
strictmode-notifier copied to clipboard

Improving StrictMode's report on Android.

Results 3 strictmode-notifier issues
Sort by recently updated
recently updated
newest added

``` Process: com.myapp.demo.debug, PID: 1176 java.lang.RuntimeException: Unable to create application com.myapp.application.App: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.myapp.demo.debug/com.nshmura.strictmodenotifier.LogWatchService }: app is in background uid UidRecord{2cde9eb u0a360 CEM idle...

``` E/StrictMode: null android.app.ServiceConnectionLeaked: Activity *** has leaked ServiceConnection com.google.android.youtube.player.internal.r$e@8b09087 that was originally bound here at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1092) at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:986) at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1303) at android.app.ContextImpl.bindService(ContextImpl.java:1286) at android.content.ContextWrapper.bindService(ContextWrapper.java:604) at com.google.android.youtube.player.internal.r.e(Unknown Source) at com.google.android.youtube.player.YouTubePlayerView.a(Unknown...