Closed
Bug 849503
Opened 13 years ago
Closed 7 years ago
Fennec doesn't run on Google TV G2 (Sony NSZ-GS7)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: chris.ace, Unassigned, NeedInfo)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130307023931
Steps to reproduce:
Download http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/19.0/android/en-US/fennec-19.0.en-US.android-arm.apk (also tried with 20beta, and ARMv6 versions of 19 and 20beta) on Google TV Gen2 (Sony NSZ-GS7). Installed it, ran it.
Actual results:
Application did not respond and was terminated.
Here some logs captured via adb logcat:
03-05 11:36:20.201 813 1008 I ActivityManager: Starting: Intent { act=android.intent.action.MAIN flg=0x10200000 cmp=org.mozilla.firefox/.App } from pid 890
03-05 11:36:20.501 813 1008 D dalvikvm: GC_FOR_ALLOC freed 1776K, 22% free 26319K/33351K, paused 64ms
03-05 11:36:20.511 813 837 I ActivityManager: Start proc org.mozilla.firefox for activity org.mozilla.firefox/.App: pid=3741 uid=10045 gids={3003, 1015, 1006}
03-05 11:36:20.551 813 947 I ActivityManager: No longer want com.sony.btv.keypadsettings (pid 1810): hidden #16
03-05 11:36:20.561 813 942 I AudioService: AudioFocus abandonAudioFocus() from android.media.AudioManager@2bc7cd30
03-05 11:36:20.571 813 947 I ActivityManager: No longer want .mineservice (pid 1792): hidden #17
03-05 11:36:20.581 813 1032 W ActivityManager: Scheduling restart of crashed service com.sony.btv.keypadsettings/.service.KeypadService in 5000ms
03-05 11:36:20.581 813 818 W ActivityManager: Scheduling restart of crashed service com.sony.btv.minetvservice/com.sony.btv.nanojsonhttpd.NanoJsonHttpdService in 14998ms
03-05 11:36:20.581 813 818 W ActivityManager: Scheduling restart of crashed service com.sony.btv.minetvservice/.MineServiced in 24998ms
03-05 11:36:20.671 3741 3741 I ActivityThread: Pub org.mozilla.firefox.db.tabs: org.mozilla.firefox.db.TabsProvider
03-05 11:36:20.681 3741 3741 I ActivityThread: Pub org.mozilla.firefox.db.formhistory: org.mozilla.firefox.db.FormHistoryProvider
03-05 11:36:20.681 3741 3741 I ActivityThread: Pub org.mozilla.firefox.db.browser: org.mozilla.firefox.db.BrowserProvider
03-05 11:36:20.761 3741 3741 I dalvikvm: Could not find method android.view.ViewConfiguration.hasPermanentMenuKey, referenced from method org.mozilla.gecko.GeckoApp.hasPermanentMenuKey
03-05 11:36:20.761 3741 3741 W dalvikvm: VFY: unable to resolve virtual method 3555: Landroid/view/ViewConfiguration;.hasPermanentMenuKey ()Z
03-05 11:36:20.761 3741 3741 D dalvikvm: VFY: replacing opcode 0x6e at 0x0014
03-05 11:36:20.781 3741 3741 I dalvikvm: Could not find method android.app.Activity.onTrimMemory, referenced from method org.mozilla.gecko.GeckoActivity.onTrimMemory
03-05 11:36:20.781 3741 3741 W dalvikvm: VFY: unable to resolve virtual method 55: Landroid/app/Activity;.onTrimMemory (I)V
03-05 11:36:20.781 3741 3741 D dalvikvm: VFY: replacing opcode 0x6f at 0x0007
03-05 11:36:20.821 3741 3748 D GeckoProfile: Found profile dir: /data/data/org.mozilla.firefox/files/mozilla/38rhaook.default
03-05 11:36:20.831 3741 3741 D AndroidRuntime: Shutting down VM
03-05 11:36:20.831 3741 3741 W dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x2b85e7d8)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: >>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 1 ("main")
03-05 11:36:20.861 3741 3741 E GeckoAppShell: java.lang.UnsatisfiedLinkError: Couldn't load mozglue: findLibrary returned null
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at java.lang.Runtime.loadLibrary(Runtime.java:425)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at java.lang.System.loadLibrary(System.java:554)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at org.mozilla.gecko.GeckoAppShell.loadMozGlue(GeckoAppShell.java:496)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at org.mozilla.gecko.GeckoApp.onCreate(GeckoApp.java:1369)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at org.mozilla.gecko.BrowserApp.onCreate(BrowserApp.java:208)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.app.Activity.performCreate(Activity.java:4442)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1800)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1852)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.app.ActivityThread.access$500(ActivityThread.java:124)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1038)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.os.Handler.dispatchMessage(Handler.java:99)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.os.Looper.loop(Looper.java:132)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at android.app.ActivityThread.main(ActivityThread.java:4196)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at java.lang.reflect.Method.invokeNative(Native Method)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at java.lang.reflect.Method.invoke(Method.java:491)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
03-05 11:36:20.861 3741 3741 E GeckoAppShell: at dalvik.system.NativeStart.main(Native Method)
03-05 11:36:20.861 3741 3741 W dalvikvm: No implementation found for native Lorg/mozilla/gecko/GeckoAppShell;.reportJavaCrash (Ljava/lang/String;)V
03-05 11:36:25.591 813 834 I ActivityManager: Start proc com.sony.btv.keypadsettings for service com.sony.btv.keypadsettings/.service.KeypadService: pid=3754 uid=10027 gids={3002}
03-05 11:36:25.671 3754 3754 V [KeyPadSettings] KeypadService: onCreate
03-05 11:36:25.721 3754 3754 V [KeyPadSettings] KeypadService: onStart
03-05 11:36:26.961 813 857 I InputDispatcher: Application is not responding: AppWindowToken{2bf0f938 token=ActivityRecord{2be780a8 org.mozilla.firefox/.App}}. 5002.3ms since event, 5001.7ms since wait started
03-05 11:36:26.961 813 857 I Process : Sending signal. PID: 3741 SIG: 3
03-05 11:36:26.961 3741 3744 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:26.961 813 857 I WindowManager: Input event dispatching timed out sending to application AppWindowToken{2bf0f938 token=ActivityRecord{2be780a8 org.mozilla.firefox/.App}}
03-05 11:36:26.971 3741 3744 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:26.971 813 857 I Process : Sending signal. PID: 813 SIG: 3
03-05 11:36:26.971 813 816 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.001 813 816 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.001 813 857 I Process : Sending signal. PID: 929 SIG: 3
03-05 11:36:27.001 929 932 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.011 929 932 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.011 813 857 I Process : Sending signal. PID: 992 SIG: 3
03-05 11:36:27.011 992 1013 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.011 992 1013 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.011 813 857 I Process : Sending signal. PID: 934 SIG: 3
03-05 11:36:27.011 934 946 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.021 934 946 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.021 813 857 I Process : Sending signal. PID: 945 SIG: 3
03-05 11:36:27.021 945 961 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.021 945 961 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.021 813 857 I Process : Sending signal. PID: 988 SIG: 3
03-05 11:36:27.021 988 1004 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.021 988 1004 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.021 813 857 I Process : Sending signal. PID: 893 SIG: 3
03-05 11:36:27.031 893 912 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.031 893 912 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.031 813 857 I Process : Sending signal. PID: 994 SIG: 3
03-05 11:36:27.031 994 997 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.031 994 997 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.031 813 857 I Process : Sending signal. PID: 939 SIG: 3
03-05 11:36:27.031 939 956 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.041 939 956 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.041 813 857 I Process : Sending signal. PID: 944 SIG: 3
03-05 11:36:27.041 944 959 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.041 944 959 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.041 813 857 I Process : Sending signal. PID: 987 SIG: 3
03-05 11:36:27.041 987 993 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.041 987 993 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.041 813 857 I Process : Sending signal. PID: 892 SIG: 3
03-05 11:36:27.041 892 909 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.041 892 909 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.321 813 857 D dalvikvm: GC_EXPLICIT freed 933K, 19% free 27146K/33351K, paused 2ms+5ms
03-05 11:36:27.881 813 857 I Process : Sending signal. PID: 1846 SIG: 3
03-05 11:36:27.881 1846 1850 I dalvikvm: threadid=4: reacting to signal 3
03-05 11:36:27.901 1846 1850 I dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
03-05 11:36:27.911 813 857 E ActivityManager: ANR in org.mozilla.firefox (org.mozilla.firefox/.App)
03-05 11:36:27.911 813 857 E ActivityManager: Reason: keyDispatchingTimedOut
03-05 11:36:27.911 813 857 E ActivityManager: Load: 0.87 / 0.54 / 0.32
03-05 11:36:27.911 813 857 E ActivityManager: CPU usage from 21965ms to 1451ms ago:
03-05 11:36:27.911 813 857 E ActivityManager: 102% 1846/com.sony.bivl: 94% user + 7.7% kernel / faults: 6463 minor
03-05 11:36:27.911 813 857 E ActivityManager: 18% 629/berlin_avservice: 1.2% user + 17% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.9% 813/system_server: 1.1% user + 0.7% kernel / faults: 336 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0.9% 3732/logcat: 0.2% user + 0.7% kernel / faults: 340 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0.8% 2927/adbd: 0% user + 0.8% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0.6% 633/RemoteSensorService: 0.1% user + 0.4% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0.6% 890/com.google.tv.launcher: 0.3% user + 0.2% kernel / faults: 1907 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0.2% 763/mediaserver: 0% user + 0.2% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0.2% 1305/plugins --enable-tabbed-options --disable-sync --disable-speech-input --homepage=about:blank --disk-cache-size=31457280: 0.1% user + 0% kernel / faults: 53 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0% 646/sony_input_manager: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 3/ksoftirqd/0: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 7/events/0: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 568/ksdioirqd/mmc1: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 1262/com.google.tv.chrome: 0% user + 0% kernel / faults: 3 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0% 1448/com.sony.btv.mobilelink:irccip: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 1//init: 0% user + 0% kernel / faults: 70 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0% 8/events/1: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 531/flush-179:0: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 548/galcore daemon : 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 567/bt_main_service: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 628/monitord: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 631/irb_service: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 632/hdmicec_service: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 643/SafetyShutdown: 0% user + 0% kernel / faults: 1 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0% 764/zygote: 0% user + 0% kernel / faults: 39 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0% 929/com.android.phone: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 0% 1572/DnsParallelism: 0% user + 0% kernel / faults: 187 minor
03-05 11:36:27.911 813 857 E ActivityManager: 0% 3390/khidpd_06090368: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: +0% 3741/org.mozilla.firefox: 0% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 66% TOTAL: 44% user + 21% kernel + 1.4% softirq
03-05 11:36:27.911 813 857 E ActivityManager: CPU usage from 368ms to 894ms later:
03-05 11:36:27.911 813 857 E ActivityManager: 96% 1846/com.sony.bivl: 94% user + 1.8% kernel / faults: 151 minor
03-05 11:36:27.911 813 857 E ActivityManager: 60% 1859/Thread-15: 60% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 35% 1848/GC: 35% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 18% 629/berlin_avservice: 9.4% user + 9.4% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 9.4% 737/AOUT_HAL_ISR_Ta: 9.4% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 3.7% 738/AudioHwAPPTask: 1.8% user + 1.8% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 3.7% 804/mv_audio_engine: 0% user + 3.7% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.8% 721/TSPMgr_MainTask: 1.8% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.8% 722/VPP_ISR_Task: 0% user + 1.8% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.8% 731/VDM_Task: 1.8% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.8% 805/PECallbackAsync: 1.8% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 9.4% 813/system_server: 3.7% user + 5.6% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 5.6% 857/InputDispatcher: 3.7% user + 1.8% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.8% 820/SurfaceFlinger: 1.8% user + 0% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.8% 855/WindowManager: 0% user + 1.8% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.2% 548/galcore daemon : 0% user + 1.2% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.3% 633/RemoteSensorService: 0% user + 1.3% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 1.3% 705/RemoteSensorSer: 0% user + 1.3% kernel
03-05 11:36:27.911 813 857 E ActivityManager: 68% TOTAL: 50% user + 18% kernel
03-05 11:36:30.511 813 831 W ActivityManager: Launch timeout has expired, giving up wake lock!
03-05 11:36:30.581 813 831 W ActivityManager: Activity idle timeout for ActivityRecord{2be780a8 org.mozilla.firefox/.App}
another attempt (this was ARMv6 build);
03-05 12:09:31.631 813 819 I ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=org.mozilla.firefox cmp=org.mozilla.firefox/.App } from pid 1336
03-05 12:09:31.771 813 947 I ActivityManager: Start proc org.mozilla.firefox for activity org.mozilla.firefox/.App: pid=1408 uid=10045 gids={3003, 1015, 1006}
03-05 12:09:31.811 813 942 I AudioService: AudioFocus abandonAudioFocus() from android.media.AudioManager@2bc7cd30
03-05 12:09:31.831 813 972 I ActivityManager: No longer want com.google.tv.settings (pid 1933): hidden #16
03-05 12:09:31.921 813 976 I WindowManager: WIN DEATH: Window{2bdb5e98 com.google.tv.settings/com.google.tv.settings.ApplicationSettings paused=false}
03-05 12:09:31.931 1408 1408 I ActivityThread: Pub org.mozilla.firefox.db.tabs: org.mozilla.firefox.db.TabsProvider
03-05 12:09:31.931 813 818 I WindowManager: WIN DEATH: Window{2bd06ba8 com.google.tv.settings/com.google.tv.settings.Settings paused=false}
03-05 12:09:31.941 1408 1408 I ActivityThread: Pub org.mozilla.firefox.db.formhistory: org.mozilla.firefox.db.FormHistoryProvider
03-05 12:09:31.941 1408 1408 I ActivityThread: Pub org.mozilla.firefox.db.browser: org.mozilla.firefox.db.BrowserProvider
03-05 12:09:31.991 1408 1408 I dalvikvm: Could not find method android.view.ViewConfiguration.hasPermanentMenuKey, referenced from method org.mozilla.gecko.GeckoApp.hasPermanentMenuKey
03-05 12:09:31.991 1408 1408 W dalvikvm: VFY: unable to resolve virtual method 3555: Landroid/view/ViewConfiguration;.hasPermanentMenuKey ()Z
03-05 12:09:31.991 1408 1408 D dalvikvm: VFY: replacing opcode 0x6e at 0x0014
03-05 12:09:32.011 1408 1408 I dalvikvm: Could not find method android.app.Activity.onTrimMemory, referenced from method org.mozilla.gecko.GeckoActivity.onTrimMemory
03-05 12:09:32.011 1408 1408 W dalvikvm: VFY: unable to resolve virtual method 55: Landroid/app/Activity;.onTrimMemory (I)V
03-05 12:09:32.011 1408 1408 D dalvikvm: VFY: replacing opcode 0x6f at 0x0007
03-05 12:09:32.021 1408 1415 I GeckoProfile: New installation or update, checking for old profiles.
03-05 12:09:32.061 1408 1408 D AndroidRuntime: Shutting down VM
03-05 12:09:32.061 1408 1408 W dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x2b85e7d8)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: >>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 1 ("main")
03-05 12:09:32.061 1408 1408 E GeckoAppShell: java.lang.UnsatisfiedLinkError: Couldn't load mozglue: findLibrary returned null
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at java.lang.Runtime.loadLibrary(Runtime.java:425)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at java.lang.System.loadLibrary(System.java:554)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at org.mozilla.gecko.GeckoAppShell.loadMozGlue(GeckoAppShell.java:496)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at org.mozilla.gecko.GeckoApp.onCreate(GeckoApp.java:1369)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at org.mozilla.gecko.BrowserApp.onCreate(BrowserApp.java:208)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.app.Activity.performCreate(Activity.java:4442)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1800)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1852)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.app.ActivityThread.access$500(ActivityThread.java:124)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1038)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.os.Handler.dispatchMessage(Handler.java:99)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.os.Looper.loop(Looper.java:132)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at android.app.ActivityThread.main(ActivityThread.java:4196)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at java.lang.reflect.Method.invokeNative(Native Method)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at java.lang.reflect.Method.invoke(Method.java:491)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
03-05 12:09:32.061 1408 1408 E GeckoAppShell: at dalvik.system.NativeStart.main(Native Method)
03-05 12:09:32.081 1408 1408 W dalvikvm: No implementation found for native Lorg/mozilla/gecko/GeckoAppShell;.reportJavaCrash (Ljava/lang/String;)V
03-05 12:09:32.101 1408 1415 D GeckoProfile: Created new profile dir at /data/data/org.mozilla.firefox/files/mozilla/ocm0pp1n.default
03-05 12:09:35.351 813 834 I ActivityManager: Start proc com.sony.btv.system.service for service com.sony.btv.system.service/.SonySystemService: pid=1419 uid=1000 gids={3002, 3001, 3003, 1007}
03-05 12:09:35.411 1419 1419 I SonySystemService: Sony system service is started
03-05 12:09:35.411 1419 1419 I SonySystemService: createClipMessageMap
03-05 12:09:35.441 1419 1419 I SonySystemService: SubMicroController Constructor
03-05 12:09:35.451 1419 1419 D dalvikvm: No JNI_OnLoad found in /system/lib/libProductConfigJni.so 0x2bb2d9d0, skipping init
03-05 12:09:35.451 1419 1419 I SonySystemService: AvSettingsController Constructor
03-05 12:09:35.481 1419 1419 I SonySystemService: Registered Function Status Listener
03-05 12:09:35.481 1419 1419 I SonySystemService: onStartCommand intent:null, id:5
03-05 12:09:35.481 1419 1419 W SonySystemService: Service restart: null
03-05 12:09:35.481 1419 1419 I SonySystemService: Start key listening
03-05 12:09:37.011 813 820 I v_hwcomposer: hwc_prepare(769):Update the resolution
03-05 12:09:37.021 629 748 F Berlin@@MOD_PE: [980744192]: 2576, Channel is 5
03-05 12:09:37.021 629 748 F Berlin@@MOD_PE: [980744192]: 2578, SrcRect (x,y,w,h) (0,0,1844,1034)
03-05 12:09:37.021 629 748 F Berlin@@MOD_PE: [980744192]: 2582, DstRect (x,y,w,h) (38,22,1844,1034)
03-05 12:09:37.071 813 820 I v_hwcomposer: hwc_prepare(769):Update the resolution
03-05 12:09:37.071 629 748 F Berlin@@MOD_PE: [980744244]: 2576, Channel is 5
03-05 12:09:37.071 629 748 F Berlin@@MOD_PE: [980744245]: 2578, SrcRect (x,y,w,h) (0,0,1844,1034)
03-05 12:09:37.071 629 748 F Berlin@@MOD_PE: [980744245]: 2582, DstRect (x,y,w,h) (38,22,1844,1034)
03-05 12:09:37.121 813 820 I v_hwcomposer: hwc_prepare(769):Update the resolution
03-05 12:09:37.121 629 748 F Berlin@@MOD_PE: [980744297]: 2576, Channel is 5
03-05 12:09:37.121 629 748 F Berlin@@MOD_PE: [980744297]: 2578, SrcRect (x,y,w,h) (0,0,1844,1034)
03-05 12:09:37.121 629 748 F Berlin@@MOD_PE: [980744297]: 2582, DstRect (x,y,w,h) (38,22,1844,1034)
03-05 12:09:41.771 813 831 W ActivityManager: Launch timeout has expired, giving up wake lock!
03-05 12:09:41.831 813 831 W ActivityManager: Activity idle timeout for ActivityRecord{2bf223d8 org.mozilla.firefox/.App}
Expected results:
Firefox starting up.
Comment 1•13 years ago
|
||
The Sony NSZ-GS7 appears to have a Marvell Armada 1500 HD SoC, which has a "ARM v7-compatible" PJ4B SMP superscalar dual-core CPU. So this should just work. Usually mozglue not loading is because of architecture/APK mismatch but that doesn't seem to be the case here.
Just to double-check, can you run "adb shell cat /proc/cpuinfo" and post the results here?
$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 1 (v7l)
processor : 0
BogoMIPS : 1196.03
processor : 1
BogoMIPS : 1196.03
Features : swp half thumb fastmult vfp edsp iwmmxt neon vfpv3
CPU implementer : 0x56
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x584
CPU revision : 1
Hardware : MV88DE3100
Revision : 0000
Serial : 0000000000000000
Comment 3•13 years ago
|
||
Yeah that seems fine. I'm not sure why this is failing.
Comment 4•13 years ago
|
||
From what I recall seeing on XDA months ago, there is no NDK support on Google TV at this time. You will not be able to use any code/libs that use NDK if you are writing a Google TV application.
Comment 5•13 years ago
|
||
Indeed you are correct. https://developers.google.com/tv/faq#ndk
Comment 6•12 years ago
|
||
The situation is expected to change by the end of the year, with a Google TV platform update to Android 4.2.2. This update will bring NDK support. Cf. the 2 links below:
https://developers.google.com/tv/faq#whatandroidversion
What version of Android is Google TV running?
The next generation of Google TV devices run Android 4.2.2 (API level 17) and will roll out to newer ARM based devices in 2013.
https://developers.google.com/tv/faq#ndk
Does Google TV support NDK?
The upcoming generation Google TVs will support NDK. Current generation devices will get support for NDK when updated by the device manufaturers.
Comment 8•7 years ago
|
||
Hi,
Due to the lack of additional info, I'll close this issue as Incomplete.
If the reporter (or anyone else) can provide more information, please feel free to reopen or comment on the issue, and we'll have a thorough look on it.
Thank you!
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•