On Sunday, December 14, 2014 10:52:50 AM UTC-6, David Crawshaw wrote:
This is probably the issue Bryan mentions, filed as
https://golang.org/issue/9311. But I'm surprised there's no error
message in your log output. There should be if you built after
https://github.com/golang/go/commit/bee8ae11.
That is the one.
On Sun, Dec 14, 2014 at 12:56 AM, Bryan Turley <bryan...@gmail.com
<javascript:>> wrote:
this
immediately
com.example.basic/android.app.NativeActivity:
relocations.
(2)
com.example.basic
com.example.basic/android.app.NativeActivity
com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8412)
com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8403)
com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2558)
android.view.ViewRootImpl.dispatchDetachedFromWindow(ViewRootImpl.java:2920)
android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3223)
does
my device is nexus5 with android 5.0Fairly certain this is a known problem with go on android5 (any device) and
that they are working on it.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/d/optout.
This is probably the issue Bryan mentions, filed as
https://golang.org/issue/9311. But I'm surprised there's no error
message in your log output. There should be if you built after
https://github.com/golang/go/commit/bee8ae11.
That is the one.
On Sun, Dec 14, 2014 at 12:56 AM, Bryan Turley <bryan...@gmail.com
<javascript:>> wrote:
On Saturday, December 13, 2014 11:43:52 PM UTC-6, Zhou Amrita wrote:
thanks, my docker version is too old, after upgrade to 1.3.2, I build
thanks, my docker version is too old, after upgrade to 1.3.2, I build
basic sample successfully, but after I install it my device, it
crash:
12-14 13:37:41.590 I/ActivityManager( 746): Start proc
com.example.basic for activity
com.example.basic for activity
pid=26356 uid=10335 gids={50335, 9997} abi=armeabi
12-14 13:37:41.602 I/art (26356): Late-enabling -Xcheck:jni
12-14 13:37:41.658 W/linker (26356): libbasic.so has text
12-14 13:37:41.602 I/art (26356): Late-enabling -Xcheck:jni
12-14 13:37:41.658 W/linker (26356): libbasic.so has text
This is wasting memory and prevents security hardening. Please fix.
12-14 13:37:41.691 I/Zygote ( 194): Process 26356 exited cleanly
12-14 13:37:41.691 I/Zygote ( 194): Process 26356 exited cleanly
12-14 13:37:41.711 I/ActivityManager( 746): Process
(pid 26356) has died
12-14 13:37:41.711 W/ActivityManager( 746): Force removing
ActivityRecord{77f74a9 u0
12-14 13:37:41.711 W/ActivityManager( 746): Force removing
ActivityRecord{77f74a9 u0
t2582}: app died, no saved state
12-14 13:37:41.717 W/WindowManager( 746): Failed looking up window
12-14 13:37:41.717 W/WindowManager( 746):
java.lang.IllegalArgumentException: Requested window
android.view.ViewRootImpl$W@2ab1b265 does not exist
12-14 13:37:41.717 W/WindowManager( 746): at
12-14 13:37:41.717 W/WindowManager( 746): Failed looking up window
12-14 13:37:41.717 W/WindowManager( 746):
java.lang.IllegalArgumentException: Requested window
android.view.ViewRootImpl$W@2ab1b265 does not exist
12-14 13:37:41.717 W/WindowManager( 746): at
12-14 13:37:41.717 W/WindowManager( 746): at
12-14 13:37:41.717 W/WindowManager( 746): at
12-14 13:37:41.717 W/WindowManager( 746): at
com.android.server.wm.Session.remove(Session.java:186)
12-14 13:37:41.717 W/WindowManager( 746): at
com.android.server.wm.Session.remove(Session.java:186)
12-14 13:37:41.717 W/WindowManager( 746): at
12-14 13:37:41.717 W/WindowManager( 746): at
android.view.ViewRootImpl.doDie(ViewRootImpl.java:5390)
12-14 13:37:41.717 W/WindowManager( 746): at
android.view.ViewRootImpl.doDie(ViewRootImpl.java:5390)
12-14 13:37:41.717 W/WindowManager( 746): at
12-14 13:37:41.717 W/WindowManager( 746): at
android.os.Handler.dispatchMessage(Handler.java:102)
12-14 13:37:41.717 W/WindowManager( 746): at
android.os.Looper.loop(Looper.java:135)
12-14 13:37:41.717 W/WindowManager( 746): at
android.os.HandlerThread.run(HandlerThread.java:61)
12-14 13:37:41.717 W/WindowManager( 746): at
com.android.server.ServiceThread.run(ServiceThread.java:46)
12-14 13:37:41.775 W/InputMethodManagerService( 746): Window already
focused, ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@2e394bf
attribute=null, token = android.os.BinderProxy@393d769d
12-14 13:37:42.504 W/ActivityManager( 746): getTasks: caller 10163
android.os.Handler.dispatchMessage(Handler.java:102)
12-14 13:37:41.717 W/WindowManager( 746): at
android.os.Looper.loop(Looper.java:135)
12-14 13:37:41.717 W/WindowManager( 746): at
android.os.HandlerThread.run(HandlerThread.java:61)
12-14 13:37:41.717 W/WindowManager( 746): at
com.android.server.ServiceThread.run(ServiceThread.java:46)
12-14 13:37:41.775 W/InputMethodManagerService( 746): Window already
focused, ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@2e394bf
attribute=null, token = android.os.BinderProxy@393d769d
12-14 13:37:42.504 W/ActivityManager( 746): getTasks: caller 10163
not hold GET_TASKS; limiting output
my device is nexus5 with android 5.0
that they are working on it.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.