You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/15 16:40:10 UTC

[GitHub] JacobSiegle opened a new issue #562: Updated to 7.1.2 - android.os.DeadObjectException: Transaction failed on small parcel; remote process

JacobSiegle opened a new issue #562: Updated to 7.1.2 - android.os.DeadObjectException: Transaction failed on small parcel; remote process
URL: https://github.com/apache/cordova-android/issues/562
 
 
   After updating to the latest Cordova Android (7.1.2) I've received about 80 crash error reports. They all come from exactly Android 8.0 and they all throw this exact same error.
   `java.lang.IllegalStateException: Failure reading AssistStructure data: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died`
   
   I've attached a full catlog below where I basically click some buttons in the app before it breaks. The app does not break in the browser, i've also not received any errors from it's iOS counterpart and it's successfully working on every other version of Android.
   
   I've tried selectively pulling out each one of the cordova plugins i've been using to see if any of them are causing this issue but haven't had any luck.
   
   I use the following plugins and have ensured all of them are up to date -
   ```
       <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
       <plugin name="cordova-plugin-camera" spec="^4.0.2" />
       <plugin name="cordova-plugin-file" spec="^6.0.1" />
       <plugin name="cordova-plugin-geolocation" spec="^4.0.1" />
       <plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
       <plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
       <plugin name="cordova-plugin-network-information" spec="^2.0.1" />
       <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
       <engine name="android" spec="^7.1.2" />
   ```
   
   [full-catlog.txt](https://github.com/apache/cordova-android/files/2586191/full-catlog.txt)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org