19% of the 3.5.1 crashes is about:
SourceFile - de.blinkt.openvpn.LaunchVPN.k
Exception java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:4169)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:4325)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:101)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2574)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8762)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:604)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
Caused by android.content.ActivityNotFoundException:
at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2171)
at android.app.Instrumentation.execStartActivity (Instrumentation.java:1805)
at android.app.Activity.startActivityForResult (Activity.java:5596)
at android.app.Activity.startActivityForResult (Activity.java:5554)
at android.app.Activity.startActivity (Activity.java:6052)
at android.app.Activity.startActivity (Activity.java:6019)
at de.blinkt.openvpn.LaunchVPN.k (SourceFile:40)
at de.blinkt.openvpn.LaunchVPN.l (SourceFile:103)
at de.blinkt.openvpn.LaunchVPN.onCreate (SourceFile:9)
at android.app.Activity.performCreate (Activity.java:8591)
at android.app.Activity.performCreate (Activity.java:8570)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1384)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:4150)