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 2019/11/12 20:05:18 UTC

[GitHub] [cordova-plugin-inappbrowser] springbov edited a comment on issue #470: InAppBrowser: java.lang.IllegalArgumentException

springbov edited a comment on issue #470: InAppBrowser: java.lang.IllegalArgumentException 
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/470#issuecomment-553076114
 
 
   We had this issue happen in our 'pre-launch report' before releasing on the play store.
   I'm uploading the logcat file (with our product id replaced with com.companyname.product), and the test device info which it had failed on.
   
   The log cat file is 35 megabytes un compressed, so I've zipped it to be more manageable.
   [logcat_with_redactions.zip](https://github.com/apache/cordova-plugin-inappbrowser/files/3837811/logcat_with_redactions.zip)
   
   edit: we're using cordova android 8.0.0 and cordova-plugin-inappbrowser 3.1.0
   
   ![image](https://user-images.githubusercontent.com/17886873/68702871-c2aa1f00-0546-11ea-91ca-31ce24372b2d.png)
   ```
   FATAL EXCEPTION: main
   Process: com.companyname.product, PID: 17295
   java.lang.IllegalArgumentException: View=DecorView@c24883a[MainActivity] not attached to window manager
   	at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:485)
   	at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:394)
   	at android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:124)
   	at android.app.Dialog.dismissDialog(Dialog.java:375)
   	at android.app.Dialog.dismiss(Dialog.java:358)
   	at org.apache.cordova.inappbrowser.InAppBrowser$6$1.onPageFinished(InAppBrowser.java:537)
   	at sV.d(PG:311)
   	at aHF.handleMessage(PG:73)
   	at android.os.Handler.dispatchMessage(Handler.java:106)
   	at android.os.Looper.loop(Looper.java:193)
   	at android.app.ActivityThread.main(ActivityThread.java:6718)
   	at java.lang.reflect.Method.invoke(Native Method)
   	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
   	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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