Skip to content

Instantly share code, notes, and snippets.

@Findus23
Last active August 29, 2015 14:27
Show Gist options
  • Save Findus23/03799aeedade8a748eb7 to your computer and use it in GitHub Desktop.
Save Findus23/03799aeedade8a748eb7 to your computer and use it in GitHub Desktop.
Logcat of Xprivacy Crash
I/FxAccounts( 8967): firefox :: FxAccountUpgradeReceiver :: Upgrade broadcast received.
I/FxAccounts( 8967): firefox :: FxAccountUpgradeReceiver :: Trying to unpickle any pickled Firefox Account.
I/FxAccounts( 8967): firefox :: UpgradeReceiver :: No Sync Accounts found; not upgrading anything.
I/FxAccounts( 8967): firefox :: FxAccountUpgradeReceiver :: Trying to advance 0 existing Firefox Accounts from the Doghouse to Separated (if necessary).
W/XPrivacy( 8563): Package change action=android.intent.action.PACKAGE_REPLACED replacing=true uid=10087
I/com.keramidas.TitaniumBackup.schedules.BootReceiver( 7131): Application package was replaced (eg: upgraded) => Scheduling next wake-up ...
I/o.q ( 7131): scheduleNextWakeup(): Invoked with idToExcludeForToday=null
I/o.q ( 7131): scheduleNextWakeup(): No next wakeup scheduled.
I/ActivityManager( 835): Killing 8780:com.svox.pico/u0a179 (adj 15): empty #17
D/GCM ( 2358): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE
D/AuthorizationBluetoothService( 2358): Received GmsCore event: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$AutoStarter }.
V/GmsCoreStatsServiceLauncher( 2280): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher }
D/WearableService( 8803): callingUid 10013, callindPid: 8803
D/LocationInitializer( 2280): Restart initialization of location
E/MDM ( 2229): [179] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
V/ActivityManager( 835): killProcessGroupAsync took 105 ms for PID 8780 on thread 19
F/StrictMode( 835): Stack is too large: numViolations=5 policy=#187 front= at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:844)
F/StrictMode( 835): at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
F/StrictMode( 835): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
F/StrictMode( 835): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:144)
F/StrictMode( 835): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:133)
F/StrictMode( 835): at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:197)
F/StrictMode( 835): at android.database.AbstractCursor.moveToFirst(AbstractCursor.java:237)
F/StrictMode( 835): at com.android.systemui.cm.SpamMessageProvider.query(SpamMessageProvider.java:72)
F/StrictMode( 835): at android.content.ContentProvider.query(ContentProvider.java:1000)
F/StrictMode( 835): at android.content.ContentProvider$Transport.query(ContentProvider.java:214)
F/StrictMode( 835): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112)
F/StrictMode( 835): at android.os.Binder.execTransact(Binder.java:446)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:650)
F/StrictMode( 835): at android.os.Binder.execTransact(<Xposed>)
F/StrictMode( 835): # via Binder call with stack:
F/StrictMode( 835): android.os.StrictMode$LogStackTrace
F/StrictMode( 835): at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1717)
F/StrictMode( 835): at android.os.Parcel.readExceptionCode(Parcel.java:1527)
F/StrictMode( 835): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:134)
F/StrictMode( 835): at android.content.ContentProviderProxy.query(ContentProviderNative.java:421)
F/StrictMode( 835): at android.content.ContentResolver.query(ContentResolver.java:478)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:650)
F/StrictMode( 835): at android.content.ContentResolver.query(<Xposed>)
F/StrictMode( 835): at android.content.ContentResolver.query(ContentResolver.java:422)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:650)
F/StrictMode( 835): at android.content.ContentResolver.query(<Xposed>)
F/StrictMode( 835): at com.android.server.notification.NotificationManagerService.isNotificationSpam(NotificationManagerService.java:2647)
F/StrictMode( 835): at com.android.server.notification.NotificationManagerService.access$4400(NotificationManagerService.java:143)
F/StrictMode( 835): at com.android.server.notification.NotificationManagerService$8.run(NotificationManagerService.java:2000)
F/StrictMode( 835): at android.os.Handler.handleCallback(Handler.java:739)
F/StrictMode( 835): at android.os.Handler.dispatchMessage(Handler.java:95)
F/StrictMode( 835): at android.os.Looper.loop(Looper.java:135)
F/StrictMode( 835): at com.android.server.SystemServer.run(SystemServer.java:298)
F/StrictMode( 835): at com.android.server.SystemServer.main(SystemServer.java:186)
F/StrictMode( 835): at java.lang.reflect.Method.invoke(Native Method)
F/StrictMode( 835): at java.lang.reflect.Method.invoke(Method.java:372)
F/StrictMode( 835): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
F/StrictMode( 835): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
F/StrictMode( 835): # via Binder call with stack:
F/StrictMode( 835): android.os.StrictMode$LogStackTrace
F/StrictMode( 835): at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1717)
F/StrictMode( 835): at android.os.Parcel.readExceptionCode(Parcel.java:1527)
F/StrictMode( 835): at android.os.Parcel.readException(Parcel.java:1496)
F/StrictMode( 835): at android.app.ActivityManagerProxy.checkPermissionWithToken(ActivityManagerNative.java:3934)
F/StrictMode( 835): at android.app.ContextImpl.checkPermission(ContextImpl.java:1915)
F/StrictMode( 835): at android.content.ContextWrapper.checkPermission(ContextWrapper.java:579)
F/StrictMode( 835): at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:525)
F/StrictMode( 835): at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:461)
F/StrictMode( 835): at android.content.ContentProvider$Transport.query(ContentProvider.java:208)
F/StrictMode( 835): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112)
F/StrictMode( 835): at android.os.Binder.execTransact(Binder.java:446)
F/StrictMode( 835): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
F/StrictMode( 835): at de.robv.android.xpo
W/ResourceType( 1439): No known package when getting value for resource number 0x62020168
W/StatusBarIconView( 1439): Icon not found in 2130837579: 7f02004b
W/StatusBarIconView( 1439): No icon for slot biz.bokhorst.xprivacy/0x2767
W/StatusBar( 1439): removeNotification for unknown key: 0|biz.bokhorst.xprivacy|10087|null|10099
D/NotificationService( 835): onNotification error pkg=biz.bokhorst.xprivacy tag=null id=10087; will crashApplication(uid=10099, pid=8563)
D/AndroidRuntime( 8563): Shutting down VM
W/StatusBar( 1439): removeNotification for unknown key: 0|biz.bokhorst.xprivacy|10087|null|10099
W/XPrivacy( 8563): android.app.RemoteServiceException: Bad notification posted from package biz.bokhorst.xprivacy: Couldn't create icon: StatusBarIcon(pkg=biz.bokhorst.xprivacyuser=0 id=0x7f02004b level=0 visible=true num=0 ) uid=10099
W/XPrivacy( 8563): android.app.RemoteServiceException: Bad notification posted from package biz.bokhorst.xprivacy: Couldn't create icon: StatusBarIcon(pkg=biz.bokhorst.xprivacyuser=0 id=0x7f02004b level=0 visible=true num=0 )
W/XPrivacy( 8563): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1484)
W/XPrivacy( 8563): at android.os.Handler.dispatchMessage(Handler.java:102)
W/XPrivacy( 8563): at android.os.Looper.loop(Looper.java:135)
W/XPrivacy( 8563): at android.app.ActivityThread.main(ActivityThread.java:5291)
W/XPrivacy( 8563): at java.lang.reflect.Method.invoke(Native Method)
W/XPrivacy( 8563): at java.lang.reflect.Method.invoke(Method.java:372)
W/XPrivacy( 8563): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
W/XPrivacy( 8563): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
W/XPrivacy( 8563): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
E/AndroidRuntime( 8563): FATAL EXCEPTION: main
E/AndroidRuntime( 8563): Process: biz.bokhorst.xprivacy, PID: 8563
E/AndroidRuntime( 8563): android.app.RemoteServiceException: Bad notification posted from package biz.bokhorst.xprivacy: Couldn't create icon: StatusBarIcon(pkg=biz.bokhorst.xprivacyuser=0 id=0x7f02004b level=0 visible=true num=0 )
E/AndroidRuntime( 8563): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1484)
E/AndroidRuntime( 8563): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 8563): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 8563): at android.app.ActivityThread.main(ActivityThread.java:5291)
E/AndroidRuntime( 8563): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 8563): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 8563): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
E/AndroidRuntime( 8563): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
E/AndroidRuntime( 8563): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
D/Atlas ( 835): Validating map...
I/OpenGLRenderer( 835): Initialized EGL, version 1.4
I/ConfigService( 2358): onDestroy
D/Ulp_jni ( 835): Location CB invoked
W/PackageSettings( 835): Skipping PackageSetting{136984d2 air.au.com.metro.DumbWaysToDie2/10206} due to missing metadata
I/ActivityManager( 835): Waited long enough for: ServiceRecord{2bdfa7f0 u0 de.amazon.mShop.android/com.amazon.mas.client.locker.service.appmgr.AppManagerService}
I/Process ( 8563): Sending signal. PID: 8563 SIG: 9
W/InputMethodManagerService( 835): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@30e3e6c3 attribute=null, token = android.os.BinderProxy@33afbdfc
I/ActivityManager( 835): Process biz.bokhorst.xprivacy (pid 8563) has died
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment