Skip to content

Instantly share code, notes, and snippets.

View AaronMT's full-sized avatar
👾
Hacking

Aaron Train AaronMT

👾
Hacking
View GitHub Profile
``java
org.mozilla.tv.firefox.integration.LiveDataCombineLatestTest:.
03-13 12:29:21.570 Error in WHEN_the_first_source_never_emits_THEN_the_result_should_never_emit(org.mozilla.tv.firefox.integration.LiveDataCombineLatestTest):
03-13 12:29:21.570 java.lang.RuntimeException: Could not launch intent Intent { act=android.intent.action.MAIN flg=0x14000000 cmp=org.mozilla.tv.firefox.debug/org.mozilla.tv.firefox.MainActivity } within 45 seconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1552505316538 and now the last time the queue went idle was: 1552505316538. If these numbers are the same your activity might be hogging the event queue.
03-13 12:29:21.570 at androidx.test.runner.MonitoringInstrumentation.startActivitySync(Monitorin
[11:26:35]: ▸ android.util.AndroidException: INSTRUMENTATION_FAILED: org.mozilla.tv.firefox.debug.test/android.support.test.runner.AndroidJUnitRunner
[11:26:35]: ▸ at com.android.commands.am.Instrument.run(Instrument.java:421)
[11:26:35]: ▸ at com.android.commands.am.Am.runInstrument(Am.java:187)
[11:26:35]: ▸ at com.android.commands.am.Am.onRun(Am.java:80)
[11:26:35]: ▸ at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[11:26:35]: ▸ at com.android.commands.am.Am.main(Am.java:50)
[11:26:35]: ▸ at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[11:26:35]: ▸ at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:285)
[11:26:35]: ▸ INSTRUMENTATION_STATUS: Error=Unable to find instrumentation info for: ComponentInfo{org.mozilla.tv.firefox.debug.test/android.support.test.runner.AndroidJUnitRunner}
[11:26:35]: ▸ INSTRUMENTATION_STATUS: id=ActivityManagerService
2018-11-07 18:17:18.703 8397-8419/org.mozilla.tv.firefox.debug W/PocketEndpoint: getGlobalVideoRecommendations: network error
2018-11-07 18:17:18.703 8397-8419/org.mozilla.tv.firefox.debug W/System.err: javax.net.ssl.SSLHandshakeException: Chain validation failed
2018-11-07 18:17:18.703 8397-8419/org.mozilla.tv.firefox.debug W/System.err: at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFileDescriptorSocket.java:219)
2018-11-07 18:17:18.703 8397-8419/org.mozilla.tv.firefox.debug W/System.err: at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:318)
2018-11-07 18:17:18.703 8397-8419/org.mozilla.tv.firefox.debug W/System.err: at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.java:282)
2018-11-07 18:17:18.703 8397-8419/org.mozilla.tv.firefox.debug W/System.err: at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:167)
2018-11-07 18:17:18.703 8397-8419/org.mozilla.tv.firefox.debug W/System.
Jun 1 16:14:02 Aaron-Trains-iPad symptomsd(SymptomEvaluator)[101] <Notice>: 1488 org.mozilla.ios.FirefoxBeta.SendTo: BackgroundRunning (most elevated: BackgroundRunning)
Jun 1 16:14:02 Aaron-Trains-iPad symptomsd(SymptomEvaluator)[101] <Notice>: Entry, display name org.mozilla.ios.FirefoxBeta.SendTo uuid (null) pid 1488 isFront 0
Jun 1 16:14:02 Aaron-Trains-iPad symptomsd(SymptomEvaluator)[101] <Notice>: Check for bundle name org.mozilla.ios.FirefoxBeta returns 1
Jun 1 16:14:02 Aaron-Trains-iPad symptomsd(SymptomEvaluator)[101] <Notice>: After removal of UUID 0EBD3ED1-A454-335A-AF4C-7CD953615EAB, bundle name org.mozilla.ios.FirefoxBeta still referenced
Jun 1 16:14:02 Aaron-Trains-iPad mediaserverd(CoreMedia)[25] <Notice>: -CMSessionMgr- cmsmHandleApplicationStateChange: CMSession: Client org.mozilla.ios.FirefoxBeta.SendTo with pid '1488' is now Terminated. Background entitlement: NO
Jun 1 16:14:02 Aaron-Trains-iPad CommCenter[73] <Notice>: #I BundleID: <private> is no longer a foreground app
Jun 1 16:1
Process: Textual [6897]
Path: /Applications/Textual.app/Contents/MacOS/Textual
Identifier: com.codeux.apps.textual
Version: 6.0.0-git (160629.23)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Textual [6897]
User ID: 501
Date/Time: 2016-06-30 11:14:11.077 -0400
@AaronMT
AaronMT / manifest-pull.py
Last active January 4, 2016 21:28
manifest pull and test
$ cat manifests | while read line ; do echo $line; curl -IL http://dapk.net/application.apk?manifestUrl=$line --connect-timeout 30; done
#!/bin/sh
# Script to change the B2G UA
# Based on Dave Hyland's script https://gist.github.com/2656232
# Options: default, fennec, android
LOCAL_PREFS_JS=C:\\prefs.js
PROFILE_DIR=$(adb shell echo -n "/data/b2g/mozilla/*.default")
REMOTE_PREFS_JS=${PROFILE_DIR}/prefs.js
rm -f ${LOCAL_PREFS_JS}
Nov 6 12:34:02 Prometheus SpringBoard[14080]: Application 'UIKitApplication:org.mozilla.ios.Fennec[0x8697]' exited abnormally via signal.
Nov 6 12:34:02 Prometheus assertiond[14084]: assertion failed: 15B42 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1
Nov 6 12:34:02 Prometheus assertiond[14084]: notify_suspend_pid() failed with error 7
Nov 6 12:34:02 Prometheus SpringBoard[14080]: ===^^^ Have not seen ZKW query result after 5 tries
Nov 6 12:34:02 Prometheus SpringBoard[14080]: Reply Error: Connection interrupted
Nov 6 12:34:02 Prometheus SpringBoard[14080]: [MPUSystemMediaControls] Updating supported commands for now playing application.
Nov 6 12:35:22 Prometheus assertiond[14084]: assertion failed: 15B42 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1
Nov 6 12:35:22 Prometheus SpringBoard[14080]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
Nov 6 12:35:22 Prome
Downstream Overview
Port ID Frequency (MHz) Modulation Signal strength (dBmV) Signal noise ratio (dB) Channel ID
1 693000000 256QAM -6.100 37.356 89
2 591000000 256QAM -1.900 38.983 1
3 597000000 256QAM -1.500 38.605 2
4 603000000 256QAM -2.400 38.605 3
5 609000000 256QAM -3.200 38.983 4
6 615000000 256QAM -3.200 38.605 5
7 621000000 256QAM -3.100 38.605 6
8 633000000 256QAM -3.100 38.605 7
I/Gecko ( 111): MARIONETTE LOG: INFO: TEST-END: /Users/AaronMT/Documents/Projects/gaia-ui-tests-mozilla/gaiatest/tests/test_radio.py:test_radio
E/GeckoConsole( 111): Content JS LOG at app://fm.gaiamobile.org/js/fm.js:142 in updatePowerUI: Power status: on
I/Gecko ( 111): 1354725555172 Marionette INFO sendToClient: {"from":"conn10.marionette1","value":null}, undefined, null
D/memalloc( 111): /dev/pmem: Freeing buffer base:0x4a41c000 size:614400 offset:1843200 fd:88
D/memalloc( 111): /dev/pmem: Freeing buffer base:0x4a2f0000 size:614400 offset:614400 fd:71
I/Gecko ( 111): 1354725555241 Marionette INFO sendToClient: {"from":"conn10.marionette1","ok":true}, undefined, null
I/Gecko ( 111): 1354725555305 Marionette INFO sendToClient: {"from":"conn10.marionette1","value":[["INFO","TEST-START: /Users/AaronMT/Documents/Projects/gaia-ui-tests-mozilla/gaiatest/tests/test_radio.py:test_radio","Wed Dec 05 2012 11:39:06 GMT-0500 (EST)"],["INFO","TEST-END: /Users/AaronMT/Documents/Projects/gaia-ui-tests-mozil