Open
Conversation
4a8843a to
72d1c4a
Compare
86f2869 to
40be2a1
Compare
01-21 21:45:20.883 root 1069 16977 I WPKTRT : check_network_packet_and_forward_to_modem: write 472 bytes 01-21 21:45:20.887 root 1069 1078 I WPKTRT : forward_data_packet_to_network: sendto(sk:13, length:84) 01-21 21:45:20.928 radio 2241 2600 V MmsProvider: accessRestricted=false 01-21 21:45:20.940 radio 2241 2710 V MmsProvider: accessRestricted=false 01-21 21:45:20.950 radio 2241 2600 V MmsProvider: accessRestricted=false 01-21 21:45:20.962 radio 2241 2600 V MmsProvider: accessRestricted=false 01-21 21:45:20.968 10214 3167 3200 E i$a : Unexpected RuntimeException. 01-21 21:45:20.968 10214 3167 3200 E i$a : java.lang.SecurityException: org.prauga.messages: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.os.Parcel.createExceptionOrNull(Parcel.java:3339) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.os.Parcel.createException(Parcel.java:3323) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.os.Parcel.readException(Parcel.java:3306) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.os.Parcel.readException(Parcel.java:3248) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:6156) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1935) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.app.ContextImpl.registerReceiver(ContextImpl.java:1864) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.app.ContextImpl.registerReceiver(ContextImpl.java:1852) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:778) 01-21 21:45:20.968 10214 3167 3200 E i$a : at com.android.mms.transaction.c.a(r8-map-id-e685becc020c25316fde343c24ed7c83d0ce61313763d4b6c48f34b4f4d59d03:42) 01-21 21:45:20.968 10214 3167 3200 E i$a : at com.android.mms.transaction.i$a.a(r8-map-id-e685becc020c25316fde343c24ed7c83d0ce61313763d4b6c48f34b4f4d59d03:256) 01-21 21:45:20.968 10214 3167 3200 E i$a : at com.android.mms.transaction.i$a.doInBackground(r8-map-id-e685becc020c25316fde343c24ed7c83d0ce61313763d4b6c48f34b4f4d59d03:3) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.os.AsyncTask$3.call(AsyncTask.java:394) 01-21 21:45:20.968 10214 3167 3200 E i$a : at java.util.concurrent.FutureTask.run(FutureTask.java:317) 01-21 21:45:20.968 10214 3167 3200 E i$a : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156) 01-21 21:45:20.968 10214 3167 3200 E i$a : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:651) 01-21 21:45:20.968 10214 3167 3200 E i$a : at java.lang.Thread.run(Thread.java:1119) 01-21 21:45:20.968 10214 3167 3200 E i$a : Caused by: android.os.RemoteException: Remote stack trace: 01-21 21:45:20.968 10214 3167 3200 E i$a : at com.android.server.am.BroadcastController.registerReceiverWithFeatureTraced(BroadcastController.java:457) 01-21 21:45:20.968 10214 3167 3200 E i$a : at com.android.server.am.BroadcastController.registerReceiverWithFeature(BroadcastController.java:254) 01-21 21:45:20.968 10214 3167 3200 E i$a : at com.android.server.am.ActivityManagerService.registerReceiverWithFeature(ActivityManagerService.java:14359) 01-21 21:45:20.968 10214 3167 3200 E i$a : at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2795) 01-21 21:45:20.968 10214 3167 3200 E i$a : at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2735) 01-21 21:45:20.968 10214 3167 3200 E i$a : 01-21 21:45:20.968 10214 3167 3200 V i$a : PUSH Intent processed. 01-21 21:45:20.982 radio 2241 2241 D SmsProvider: com.android.phone;SmsProvider.delete;content://sms/raw 01-21 21:45:20.990 radio 2241 2600 V MmsProvider: accessRestricted=false 01-21 21:45:18.719 root 17466 17466 D cnss : Runtime suspend start Signed-off-by: Saalim Quadri <[email protected]>
R8 repackages Ezvcard, breaking its getResourceAsStream call. Add a ProGuard keep rule and widen the catch to Throwable so the error is handled gracefully. Signed-off-by: Saalim Quadri <[email protected]>
…vent R8 crash (#130) Signed-off-by: Saalim Quadri <[email protected]>
Signed-off-by: Saalim Quadri <[email protected]>
Signed-off-by: Saalim Quadri <[email protected]>
Signed-off-by: Saalim Quadri <[email protected]>
967dd2a to
ebd51ed
Compare
PR: #142 Signed-off-by: Saalim Quadri <[email protected]>
ebd51ed to
274d0e6
Compare
PR: #143 Signed-off-by: Saalim Quadri <[email protected]>
PR: #144 Signed-off-by: Saalim Quadri <[email protected]>
97e35e5 to
fc1dcc2
Compare
Signed-off-by: Saalim Quadri <[email protected]>
bb65ee4 to
956ac86
Compare
Signed-off-by: Saalim Quadri <[email protected]>
Signed-off-by: Saalim Quadri <[email protected]>
Signed-off-by: Saalim Quadri <[email protected]>
This reverts commit 5c26a83.
956ac86 to
0ad5d98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.