GithubHelp home page GithubHelp logo

kaiostech / gecko-b2g Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mozilla-b2g/gecko-b2g

113.0 18.0 31.0 4.33 GB

Gecko with Gonk support

License: Other

C++ 66.72% Shell 1.24% JavaScript 25.06% Python 4.62% IDL 0.30% WebIDL 0.84% M4 0.95% CSS 0.26%

gecko-b2g's Introduction

An explanation of the Firefox Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Firefox from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Firefox developers for
testing, may be buggy.

gecko-b2g's People

Contributors

anba avatar arai-a avatar archaeopteryx avatar bakulf avatar bavariantomcat avatar bholley avatar bzbarsky avatar daogottwald avatar dbaron avatar dholbert avatar ehsan avatar emilio avatar gijsk avatar glandium avatar jandem avatar jfkthame avatar jonco3 avatar jswalden avatar kmaglione avatar kwierso avatar masayuki-nakano avatar mattwoodrow avatar mfromanmoz avatar moz-wptsync-bot avatar ms2ger avatar mstange avatar nnethercote avatar philor avatar rvandermeulen avatar staktrace avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gecko-b2g's Issues

[emu-10-x86_64] unable to scan wifi networks

05-20 20:49:55.758  1989  1989 E Web Content: [JavaScript Error: "TypeError: this.manager is undefined" {file: "chrome://b2g/content/settings/js/wifi.js" line: 7}]
05-20 20:49:55.758  1989  1989 E Web Content: get enabled@chrome://b2g/content/settings/js/wifi.js:7:5
05-20 20:49:55.758  1989  1989 E Web Content: startWifi@chrome://b2g/content/settings/js/wifi.js:100:42
05-20 20:49:55.758  1989  1989 E Web Content: @chrome://b2g/content/settings/js/wifi.js:112:19

Issue with sysroot on mach bootstrap

I am trying to bootstrap this to my browser (not needing to dig into platform level development yet). Is there a good documentation for this. I am sort of going off some old b2g documentation trying to get this to work.

On running I get this error
Exception: Toolchain toolchain-linux64-b2g-sysroot used for local developement must not have run-on-projects set

I have mozillabuild installed and am running inside the prompt

Missing "connect" button next to WiFi networks

STR:
0. Build current tree

  1. Flash (full or just gecko)
  2. Open Settings, Scan networks

Expected:
WPA-PSK / WPA2-PSK and OPEN at least should have Connect appended

Actual:
No connect, though console.log shows (4 is network.security.trim().length):

09-22 09:17:06.744  4846  4846 I Gecko   : console.log: "WIFI Livebox-XXXX OPEN"                                                                                             
09-22 09:17:06.744  4087  4087 I Gecko   : console.log: "WIFI Livebox-XXXX OPEN"                                                                                             
09-22 09:17:06.745  4846  4846 I Gecko   : console.log: "WIFI: 4"                                                                                                                   
09-22 09:17:06.745  4087  4087 I Gecko   : console.log: "WIFI: 4"                                                                                                                   

build failure on current gecko

2:24.17 /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/dom/media/omx/OMXCodecWrapper.cpp:470:39: error: cannot initialize a parameter of type 'size_t *' (aka 'unsigned long *') with an rvalue of type 'uint32_t *' (aka 'unsigned int *')                                                                                                                                                                   
 2:24.17   result = mCodec->dequeueInputBuffer(&index, INPUT_BUFFER_TIMEOUT_US);                                                                                                                                                                                                                                                                                                                                                 
 2:24.17                                       ^~~~~~                                                                                                                                                                                                                                                                                                                                                                            
 2:24.17 /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/frameworks/av/include/media/stagefright/MediaCodec.h:152:41: note: passing argument to parameter 'index' here                                                                                                                                                                                                                                                
 2:24.17     status_t dequeueInputBuffer(size_t *index, int64_t timeoutUs = 0ll);                                                                                                                                                                                                                                                                                                                                                
 2:24.17                                         ^                                                                                                                                                                                                                                                                                                                                                                               
 2:24.17 /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/dom/media/omx/OMXCodecWrapper.cpp:791:7: error: no matching function for call to 'moz_speex_resampler_process_interleaved_int'                                                                                                                                                                                                                         
 2:24.17       speex_resampler_process_interleaved_int(mOMXAEncoder.mResampler,                                                                                                                                 
 2:24.17       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                                           
 2:24.17 /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/objdir-gecko-aosp_x86_64/dist/include/speex/speex_resampler.h:64:49: note: expanded from macro 'speex_resampler_process_interleaved_int'                                                                                                                                                                                                                     
 2:24.17 #define speex_resampler_process_interleaved_int CAT_PREFIX(RANDOM_PREFIX,_resampler_process_interleaved_int)                                                                                                                                                                                                                                                                                                            
 2:24.17                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                            

Unable to use network after stop b2g / start b2g

Repro'd on device (sargo) and emulator-10-x86_64

STR:

  1. Boot, connect to network
  2. Load a page to check
  3. adb shell stop b2g; adb shell start b2g

Expected:
I can see WiFi networks and connect to one

Actual:
Scanning networks never returns anything, killing / restarting netd or wpa_supplicant does not help

Logcat after restart:

07-09 07:49:45.549  1657  1786 D APM_AudioPolicyManager: setVolumeCurveIndex: wrong index 3 min=0 max=0
07-09 07:49:45.549  1657  1786 E APM_AudioPolicyManager: setVolumeIndexForAttributes failed to set curve index for group 1 device 0x40000000
07-09 07:49:45.552  2179  2179 E gecko_sidl::common::uds_transport: Failed to connect to UDS socket /dev/socket/api-daemon : No such file or directory (os error 2)
07-09 07:49:45.552  2179  2179 E gecko_sidl::services::settings::service: Failed to connect to api-daemon socket
07-09 07:49:45.552  1657  1788 W AudioFlinger: no wake lock to update, system not ready yet
07-09 07:49:45.553  2179  2179 E gecko_sidl::common::uds_transport: Failed to connect to UDS socket /dev/socket/api-daemon : No such file or directory (os error 2)
07-09 07:49:45.553  2179  2179 E gecko_sidl::services::settings::service: Failed to connect to api-daemon socket
07-09 07:49:45.553  2179  2179 I Gecko   : -*- RadioInterface[0]: sendWorkerMessage: rilMessageType: getCurrentCalls: null
07-09 07:49:45.554  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [1] > RIL_REQUEST_GET_CURRENT_CALLS
07-09 07:49:45.554  2179  2179 I RilWorker: nsRilWorker: [1] > RIL_REQUEST_GET_CURRENT_CALLS
07-09 07:49:45.554  2179  2187 I RilWorker: processResponse, type= 0
07-09 07:49:45.554  2179  2187 I  nsRilResult: init nsRilResult for response.
07-09 07:49:45.554  2179  2187 I nsRilResponseResult: init nsRilResponseResult
07-09 07:49:45.554  2179  2187 I nsRilResponse: getCurrentCalls numCalls= 0
07-09 07:49:45.554  2179  2187 I  nsRilResponseResult: updateCurrentCalls
07-09 07:49:45.554  2179  2187 I RilWorker: nsRilWorker: [1] < getCurrentCalls
07-09 07:49:45.554  2179  2187 I RilWorker: RilResultDispatcher nsRilResponseResult
07-09 07:49:45.554  2179  2187 I RilWorker: ResponseResult.mRilMessageType done.
07-09 07:49:45.558  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "Starting NetworkService." "\n"
07-09 07:49:45.558  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.558  2179  2179 I NetworkUtils: Start Netd Service
07-09 07:49:45.558  2179  2179 I NetworkUtils: Dispatch Netd thread
07-09 07:49:45.559  2179  2217 I NetworkUtils: NetdInitRunnable enter
07-09 07:49:45.559  2179  2179 E gecko_sidl::common::uds_transport: Failed to connect to UDS socket /dev/socket/api-daemon : No such file or directory (os error 2)
07-09 07:49:45.559  2179  2179 E gecko_sidl::services::settings::service: Failed to connect to api-daemon socket
07-09 07:49:45.559  2179  2179 E GeckoConsole: [JavaScript Error: "NS_ERROR_XPC_GS_RETURNED_FAILURE: ServiceManager::GetService returned failure code:" {file: "resource://gre/modules/XPCOMUtils.jsm" line: 12}]
07-09 07:49:45.559  2179  2179 E GeckoConsole: XPCU_serviceLambda@resource://gre/modules/XPCOMUtils.jsm:12:108
07-09 07:49:45.559  2179  2179 E GeckoConsole: get@resource://gre/modules/XPCOMUtils.jsm:8:55
07-09 07:49:45.559  2179  2179 E GeckoConsole: getSettingValue@resource://gre/modules/TetheringService.jsm:12:4
07-09 07:49:45.559  2179  2179 E GeckoConsole: TetheringService@resource://gre/modules/TetheringService.jsm:5:93
07-09 07:49:45.559  2179  2179 I GeckoConsole: While creating services from category 'profile-after-change', could not create service for entry 'TetheringService', contract ID '@mozilla.org/tethering/service;1'
07-09 07:49:45.559  2179  2217 I NetworkUtils: Assigned gNetd/gDnsResolver
07-09 07:49:45.561  1710  1836 I netd    : registerUnsolicitedEventListener() <1.00ms>
07-09 07:49:45.561  2179  2217 I NetworkUtils: Registered NetdUnsolService Successful
07-09 07:49:45.561  2179  2217 I NetworkUtils: Request netd to create a network with netid 100
07-09 07:49:45.562  1710  1836 E Netd    : duplicate netId 100
07-09 07:49:45.562  1710  1836 I netd    : networkCreatePhysical(100, 0) -> ServiceSpecificException(17, "File exists") <0.07ms>
07-09 07:49:45.562  1710  1836 E res_cache: resolv_create_cache_for_net_locked: Cache is already created, netId: 100
07-09 07:49:45.562  1710  1836 I netd    : createNetworkCache(100) -> ServiceSpecificException(17, "File exists") <0.17ms>
07-09 07:49:45.562  2179  2217 I NetworkUtils: createNetwork physical failed, networkCache failed
07-09 07:49:45.563  1710  1836 D TcpSocketMonitor: resuming tcpinfo polling (interval=30000ms)
07-09 07:49:45.563  1710  1836 I netd    : networkDestroy(100) <0.10ms>
07-09 07:49:45.563  1710  1836 I netd    : destroyNetworkCache(100) <0.18ms>
07-09 07:49:45.563  2179  2217 I NetworkUtils: No command chain left in the queue. Done!
07-09 07:49:44.007  1938  1938 I chatty  : uid=0(root) /system/bin/sdcard identical 72 lines
07-09 07:49:45.007  1938  1938 E sdcard  : installd fs upgrade not yet complete; waiting...
07-09 07:49:45.570  1653  1653 I [email protected]: Legacy HAL stop complete callback received
07-09 07:49:45.571  1904  1904 I hostapd : wlan1: AP-STA-DISCONNECTED 02:00:00:00:00:00
07-09 07:49:45.572  2027  2027 D wpa_supplicant: nl80211: Ignored event (cmd=20) for foreign interface (ifindex 3 wdev 0x0)
07-09 07:49:45.572  2027  2027 D wpa_supplicant: nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlan0
07-09 07:49:45.572  2027  2027 D wpa_supplicant: nl80211: Delete station 02:00:00:00:01:00
07-09 07:49:45.572  2027  2027 D wpa_supplicant: nl80211: Ignored event (cmd=39) for foreign interface (ifindex 3 wdev 0x0)
07-09 07:49:45.572  2027  2027 D wpa_supplicant: nl80211: Drv Event 39 (NL80211_CMD_DEAUTHENTICATE) received for wlan0
07-09 07:49:45.572  2027  2027 D wpa_supplicant: nl80211: Deauthenticate event
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0: Event DEAUTH (11) received
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0: Deauthentication notification
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0:  * reason 3 (locally generated)
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0:  * address 02:00:00:00:01:00
07-09 07:49:45.572  2027  2027 D wpa_supplicant: Deauthentication frame IE(s) - hexdump(len=0): [NULL]
07-09 07:49:45.572  2027  2027 I wpa_supplicant: wlan0: CTRL-EVENT-DISCONNECTED bssid=02:00:00:00:01:00 reason=3 locally_generated=1
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0: Auto connect enabled: try to reconnect (wps=0/0 wpa_state=9)
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0: Setting scan request: 0.100000 sec
07-09 07:49:45.572  2027  2027 D wpa_supplicant: Added BSSID 02:00:00:00:01:00 into blacklist
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0: Blacklist count 1 --> request scan in 100 ms
07-09 07:49:45.572  2027  2027 D wpa_supplicant: wlan0: Ignore new scan request for 0.100000 sec since an earlier request is scheduled to trigger sooner
07-09 07:49:45.572  2027  2027 D wpa_supplicant: TDLS: Remove peers on disassociation
07-09 07:49:45.573  2027  2027 D wpa_supplicant: wlan0: WPA: Clear old PMK and PTK
07-09 07:49:45.573  2027  2027 D wpa_supplicant: Notifying disconnect reason to hidl control: -3
07-09 07:49:45.573  2027  2027 E wpa_supplicant: Failed to invoke HIDL iface callback
07-09 07:49:45.573  2027  2027 D wpa_supplicant: nl80211: Data frame filter flags=0x0
07-09 07:49:45.573  2027  2027 D wpa_supplicant: wlan0: State: COMPLETED -> DISCONNECTED
07-09 07:49:45.573  2027  2027 D wpa_supplicant: nl80211: Set wlan0 operstate 1->0 (DORMANT)
07-09 07:49:45.573  2027  2027 D wpa_supplicant: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
07-09 07:49:45.574  2179  2218 D WifiNative: command result: id=0, status=0
07-09 07:49:45.579  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 46433 us
07-09 07:49:45.579  2179  2188 I Gonk    : Decoded bootup/bootup_009.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.580  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.580  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.589  2046  2046 E dhcpcd  : wlan0: dhcp if_readrawpacket: Network is down
07-09 07:49:45.591  2179  2199 I NetdUnsolService: Iface linkstate wlan0 down
07-09 07:49:45.591  2179  2199 I NetdUnsolService: Route removed fe80::/64 dev wlan0
07-09 07:49:45.591  2179  2199 I NetdUnsolService: Route removed fec0::/64 dev wlan0
07-09 07:49:45.591  2179  2199 I NetdUnsolService: Route removed ::/0 via fe80::ff:fe00:100 dev wlan0
07-09 07:49:45.591  2179  2199 I NetdUnsolService: Address updated fec0::ff:fe00:0/64 wlan0 0 200
07-09 07:49:45.591  2179  2199 I NetdUnsolService: Address updated fe80::ff:fe00:0/64 wlan0 128 253
07-09 07:49:45.592  2027  2027 D wpa_supplicant: WMM AC: WMM AC is disabled
07-09 07:49:45.592  2027  2027 D wpa_supplicant: Notifying state change event to hidl control: 0
07-09 07:49:45.592  1653  1653 I [email protected]: Wifi HAL stopped
07-09 07:49:45.593  2027  2027 E wpa_supplicant: Failed to invoke HIDL iface callback
07-09 07:49:45.593  2027  2027 D wpa_supplicant: wlan0: Determining shared radio frequencies (max len 2)
07-09 07:49:45.593  2179  2187 D WifiHal : stop wifi: 0
07-09 07:49:45.593  2027  2027 D wpa_supplicant: wlan0: Shared frequencies (len=0): completed iteration
07-09 07:49:45.593  2027  2027 D wpa_supplicant: P2P: Add operating class 81
07-09 07:49:45.593  2027  2027 D wpa_supplicant: P2P: Channels - hexdump(len=11): 01 02 03 04 05 06 07 08 09 0a 0b
07-09 07:49:45.593  2027  2027 D wpa_supplicant: P2P: Update channel list
07-09 07:49:45.593  2027  2027 D wpa_supplicant: P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11
07-09 07:49:45.593  2027  2027 D wpa_supplicant: P2P: cli_channels:
07-09 07:49:45.593  2027  2027 D wpa_supplicant: Notifying bssid changed to hidl control
07-09 07:49:45.593  2027  2027 E wpa_supplicant: Failed to invoke HIDL iface callback
07-09 07:49:45.593  2027  2027 D wpa_supplicant: EAPOL: External notification - portEnabled=0
07-09 07:49:45.593  2027  2027 D wpa_supplicant: EAPOL: SUPP_PAE entering state DISCONNECTED
07-09 07:49:45.593  2027  2027 D wpa_supplicant: EAPOL: Supplicant port status: Unauthorized
07-09 07:49:45.593  2027  2027 D wpa_supplicant: nl80211: Skip set_supp_port(unauthorized) while not associated
07-09 07:49:45.593  2027  2027 D wpa_supplicant: EAPOL: SUPP_BE entering state INITIALIZE
07-09 07:49:45.593  2027  2027 D wpa_supplicant: EAPOL: External notification - portValid=0
07-09 07:49:45.593  2027  2027 D wpa_supplicant: RTM_NEWLINK: ifi_index=3 ifname=wlan0 operstate=2 linkmode=1 ifi_family=0 ifi_flags=0x1002 ()
07-09 07:49:45.593  2027  2027 D wpa_supplicant: nl80211: Interface down (wlan0/wlan0)
07-09 07:49:45.593  2027  2027 D wpa_supplicant: wlan0: Event INTERFACE_DISABLED (26) received
07-09 07:49:45.593  2027  2027 D wpa_supplicant: wlan0: Interface was disabled
07-09 07:49:45.593  2027  2027 D wpa_supplicant: nl80211: Data frame filter flags=0x0
07-09 07:49:45.593  2027  2027 D wpa_supplicant: wlan0: State: DISCONNECTED -> DISCONNECTED
07-09 07:49:45.594  2027  2027 D wpa_supplicant: nl80211: Set wlan0 operstate 0->0 (DORMANT)
07-09 07:49:45.594  2027  2027 D wpa_supplicant: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
07-09 07:49:45.594  2027  2027 D wpa_supplicant: EAPOL: External notification - portEnabled=0
07-09 07:49:45.594  2027  2027 D wpa_supplicant: EAPOL: External notification - portValid=0
07-09 07:49:45.594  2027  2027 D wpa_supplicant: wlan0: BSS: Remove id 0 BSSID 02:00:00:00:01:00 SSID 'AndroidWifi' due to wpa_bss_flush
07-09 07:49:45.594  2027  2027 D wpa_supplicant: wlan0: State: DISCONNECTED -> INTERFACE_DISABLED
07-09 07:49:45.594  2027  2027 D wpa_supplicant: Notifying state change event to hidl control: 1
07-09 07:49:45.594  2027  2027 E wpa_supplicant: Failed to invoke HIDL iface callback
07-09 07:49:45.594  2027  2027 D wpa_supplicant: wlan0: Determining shared radio frequencies (max len 2)
07-09 07:49:45.594  2027  2027 D wpa_supplicant: wlan0: Shared frequencies (len=0): completed iteration
07-09 07:49:45.594  2027  2027 D wpa_supplicant: P2P: Add operating class 81
07-09 07:49:45.594  2027  2027 D wpa_supplicant: P2P: Channels - hexdump(len=11): 01 02 03 04 05 06 07 08 09 0a 0b
07-09 07:49:45.594  2027  2027 D wpa_supplicant: P2P: Update channel list
07-09 07:49:45.594  2027  2027 D wpa_supplicant: P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11
07-09 07:49:45.594  2027  2027 D wpa_supplicant: P2P: cli_channels:
07-09 07:49:45.594  2027  2027 D wpa_supplicant: nl80211: Ignored event (cmd=48) for foreign interface (ifindex 3 wdev 0x0)
07-09 07:49:45.594  2027  2027 D wpa_supplicant: nl80211: Drv Event 48 (NL80211_CMD_DISCONNECT) received for wlan0
07-09 07:49:45.594  2027  2027 D wpa_supplicant: nl80211: Ignore disconnect event when using userspace SME
07-09 07:49:45.594  2027  2027 D wpa_supplicant: l2_packet_receive - recvfrom: Network is down
07-09 07:49:45.594  2027  2027 D wpa_supplicant: l2_packet_receive - recvfrom: Network is down
07-09 07:49:45.595  2179  2187 D WifiHal : WifiEventCallback.onStop()
07-09 07:49:45.613  2179  2179 I Gecko   : console.log: "-*- NetworkManager: " "Evaluating whether active network needs to be changed." "\n"
07-09 07:49:45.613  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.614  2179  2217 I NetworkUtils: Interface rmnet0 (100) has been created.
07-09 07:49:45.625  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 45904 us
07-09 07:49:45.625  2179  2188 I Gonk    : Decoded bootup/bootup_010.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.625  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.626  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.669  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 44355 us
07-09 07:49:45.669  2179  2188 I Gonk    : Decoded bootup/bootup_011.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.670  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.670  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.672  2027  2027 D wpa_supplicant: wlan0: Skip scan - interface disabled
07-09 07:49:45.713  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 44240 us
07-09 07:49:45.713  2179  2188 I Gonk    : Decoded bootup/bootup_012.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.714  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.715  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.753  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.753  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 39747 us
07-09 07:49:45.753  2179  2188 I Gonk    : Decoded bootup/bootup_013.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.754  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.755  2179  2179 I Gecko   : -*- RadioInterface[0]: 0
07-09 07:49:45.755  2179  2179 I Gecko   : -*- RadioInterface[0]: message.rilMessageType:rilconnected
07-09 07:49:45.755  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [UNSL]< RIL_UNSOL_RIL_CONNECTED
07-09 07:49:45.755  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [2] > RIL_REQUEST_RADIO_POWER on = false
07-09 07:49:45.755  2179  2179 I RilWorker: nsRilWorker: [2] > RIL_REQUEST_RADIO_POWER on = 0
07-09 07:49:45.755  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [3] > RIL_REQUEST_SET_CELL_INFO_LIST_RATE rateInMillis = undefined
07-09 07:49:45.755  2179  2179 I RilWorker: nsRilWorker: [3] > RIL_REQUEST_SET_CELL_INFO_LIST_RATE rateInMillis = 0
07-09 07:49:45.756  2179  2187 I RilWorker: processResponse, type= 0
07-09 07:49:45.756  2179  2187 I  nsRilResult: init nsRilResult for response.
07-09 07:49:45.756  2179  2187 I nsRilResponseResult: init nsRilResponseResult
07-09 07:49:45.756  2179  2187 I RilWorker: nsRilWorker: [2] < setRadioEnabled
07-09 07:49:45.756  2179  2187 I RilWorker: RilResultDispatcher nsRilResponseResult
07-09 07:49:45.756  2179  2187 I RilWorker: ResponseResult.mRilMessageType done.
07-09 07:49:45.756  2179  2187 I RilWorker: processResponse, type= 0
07-09 07:49:45.756  2179  2187 I  nsRilResult: init nsRilResult for response.
07-09 07:49:45.756  2179  2187 I nsRilResponseResult: init nsRilResponseResult
07-09 07:49:45.756  2179  2187 I RilWorker: nsRilWorker: [3] < setCellInfoListRate
07-09 07:49:45.756  2179  2187 I RilWorker: RilResultDispatcher nsRilResponseResult
07-09 07:49:45.756  2179  2187 I RilWorker: ResponseResult.mRilMessageType done.
07-09 07:49:45.765  2179  2179 I Gecko   : -*- RadioInterface[0]: 0
07-09 07:49:45.765  2179  2179 I Gecko   : -*- RadioInterface[0]: message.rilMessageType:radiostatechange
07-09 07:49:45.765  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [UNSL]< RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, radioStateChanged: 1
07-09 07:49:45.765  2179  2179 I Gecko   : -*- RadioInterface[0]: Radio state changed from '-1' to '1'
07-09 07:49:45.765  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [4] > RIL_REQUEST_DEVICE_IDENTITY
07-09 07:49:45.765  2179  2179 I RilWorker: nsRilWorker: [4] > RIL_REQUEST_DEVICE_IDENTITY
07-09 07:49:45.765  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [5] > RIL_REQUEST_GET_RADIO_CAPABILITY
07-09 07:49:45.765  2179  2179 I RilWorker: nsRilWorker: [5] > RIL_REQUEST_GET_RADIO_CAPABILITY
07-09 07:49:45.765  2179  2179 I Gecko   : -*- RadioInterfaceLayer: RadioControl: deactivating data calls...
07-09 07:49:45.766  2179  2187 I RilWorker: processResponse, type= 0
07-09 07:49:45.766  2179  2187 I  nsRilResult: init nsRilResult for response.
07-09 07:49:45.766  2179  2187 I nsRilResponseResult: init nsRilResponseResult
07-09 07:49:45.766  2179  2187 I  nsRilResponseResult: updateDeviceIdentity
07-09 07:49:45.766  2179  2187 I RilWorker: nsRilWorker: [4] < getDeviceIdentity
07-09 07:49:45.766  2179  2179 I Gecko   : -*- DataCallHandler[0]: deactivateAllDataCalls: aReason=1
07-09 07:49:45.766  2179  2187 I RilWorker: RilResultDispatcher nsRilResponseResult
07-09 07:49:45.766  2179  2187 I RilWorker: ResponseResult.mRilMessageType done.
07-09 07:49:45.766  2179  2187 I RilWorker: processResponse, type= 0
07-09 07:49:45.766  2179  2187 I  nsRilResult: init nsRilResult for response.
07-09 07:49:45.766  2179  2187 I nsRilResponseResult: init nsRilResponseResult
07-09 07:49:45.766  2179  2187 I  nsRadioCapability: init nsRadioCapability
07-09 07:49:45.766  2179  2187 I  nsRilResponseResult: updateRadioCapability
07-09 07:49:45.766  2179  2187 I RilWorker: nsRilWorker: [5] < getRadioCapability
07-09 07:49:45.766  2179  2187 I RilWorker: RilResultDispatcher nsRilResponseResult
07-09 07:49:45.766  2179  2187 I RilWorker: ResponseResult.mRilMessageType done.
07-09 07:49:45.799  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.800  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 46487 us
07-09 07:49:45.800  2179  2188 I Gonk    : Decoded bootup/bootup_014.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.801  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.836  2179  2179 I Gecko   : -*- RadioInterface[0]: Received message from worker handleRilResponse:{"rilMessageType":"getCurrentCalls","rilMessageToken":1,"errorMsg":0,"imei":"","imeisv":"","esn":"","meid":"","radioTech":-437918235,"basebandVersion":"","cardStatus":null,"voiceRegStatus":null,"dataRegStatus":null,"operator":null,"nwModeManual":true,"signalStrength":null,"smsc":"","causeCode":-437918235,"vendorCause":"","type":-437918235,"dcResponse":null,"imsi":"","iccIo":null,"n":-437918235,"m":-437918235,"enable":true,"serviceClass":-437918235,"provisioned":-437918235,"ttyMode":-437918235,"muteEnable":true,"remainingRetries":-437918235,"enhancedVoicePrivacy":true,"radioCapability":null,"sms":null,"CDMA_ALPHA_INFO_BUFFER_LENGTH":64,"CDMA_NUMBER_INFO_BUFFER_LENGTH":81,"MAX_RILDS":3,"MAX_SOCKET_NAME_LENGTH":6,"MAX_CLIENT_ID_LENGTH":2,"MAX_DEBUG_SOCKET_NAME_LENGTH":12,"MAX_QEMU_PIPE_NAME_LENGTH":11,"MAX_UUID_LENGTH":64,"CARD_MAX_APPS":8,"CDMA_MAX_NUMBER_OF_INFO_RECS":10,"SS_INFO_MAX":4,"NUM_SERVICE_CLASSES":7,"NUM_TX_POWER_LEVELS":5,"RADIO
07-09 07:49:45.836  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [1] < RIL_REQUEST_GET_CURRENT_CALLS
07-09 07:49:45.836  2179  2179 I Gecko   : -*- RadioInterface[0]: handleCurrentCalls []
07-09 07:49:45.836  2179  2179 I Gecko   : -*- RadioInterface[0]: sendWorkerMessage: rilMessageType: getCurrentCalls: null
07-09 07:49:45.836  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [6] > RIL_REQUEST_GET_CURRENT_CALLS
07-09 07:49:45.836  2179  2179 I RilWorker: nsRilWorker: [6] > RIL_REQUEST_GET_CURRENT_CALLS
07-09 07:49:45.837  1657  1786 W APM::AudioPolicyEngine/Base: setPhoneState() setting same state 0
07-09 07:49:45.837  2179  2187 I RilWorker: processResponse, type= 0
07-09 07:49:45.837  1657  1786 W APM_AudioPolicyManager: setPhoneState() invalid or same state 0
07-09 07:49:45.837  2179  2187 I  nsRilResult: init nsRilResult for response.
07-09 07:49:45.837  2179  2187 I nsRilResponseResult: init nsRilResponseResult
07-09 07:49:45.837  2179  2187 I nsRilResponse: getCurrentCalls numCalls= 0
07-09 07:49:45.837  2179  2187 I  nsRilResponseResult: updateCurrentCalls
07-09 07:49:45.837  2179  2187 I RilWorker: nsRilWorker: [6] < getCurrentCalls
07-09 07:49:45.837  2179  2187 I RilWorker: RilResultDispatcher nsRilResponseResult
07-09 07:49:45.837  2179  2187 I RilWorker: ResponseResult.mRilMessageType done.
07-09 07:49:45.847  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "NetworkService received message from worker: {\"broadcast\":false,\"clatdAddress\":\"\",\"curExternalIfname\":\"\",\"curInternalIfname\":\"\",\"dns1\":0,\"dns1_str\":\"\",\"dns2\":0,\"dns2_str\":\"\",\"enable\":false,\"error\":true,\"flag\":\"down\",\"gateway\":0,\"gateway_str\":\"\",\"id\":0,\"ipAddr\":\"\",\"ipaddr\":0,\"ipaddr_str\":\"\",\"lease\":0,\"macAddr\":\"\",\"mask\":0,\"mask_str\":\"\",\"netId\":\"\",\"prefixLength\":0,\"reason\":\"\",\"reply\":\"\",\"result\":false,\"resultCode\":0,\"resultReason\":\"\",\"ret\":false,\"route\":\"\",\"server\":0,\"server_str\":\"\",\"success\":false,\"topic\":\"\",\"vendor_str\":\"\"}" "\n"
07-09 07:49:45.847  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.847  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.847  2179  2179 I Gecko   : console.log: "-*- TetheringService: " "Create a default Network interface: rmnet0" "\n"
07-09 07:49:45.847  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 47647 us
07-09 07:49:45.847  2179  2188 I Gonk    : Decoded bootup/bootup_015.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.847  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.848  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "dequeue id: 0" "\n"
07-09 07:49:45.848  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.848  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "Id 0 is not on top of the queue" "\n"
07-09 07:49:45.848  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.849  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.888  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "NetworkService received message from worker: {\"broadcast\":true,\"clatdAddress\":\"\",\"curExternalIfname\":\"\",\"curInternalIfname\":\"\",\"dns1\":0,\"dns1_str\":\"\",\"dns2\":0,\"dns2_str\":\"\",\"enable\":false,\"error\":false,\"flag\":\"down\",\"gateway\":0,\"gateway_str\":\"\",\"id\":0,\"ipAddr\":\"\",\"ipaddr\":0,\"ipaddr_str\":\"\",\"lease\":0,\"macAddr\":\"\",\"mask\":0,\"mask_str\":\"\",\"netId\":\"\",\"prefixLength\":0,\"reason\":\"Route removed fe80::/64 dev wlan0\",\"reply\":\"\",\"result\":false,\"resultCode\":0,\"resultReason\":\"\",\"ret\":false,\"route\":\"\",\"server\":0,\"server_str\":\"\",\"success\":false,\"topic\":\"route-change\",\"vendor_str\":\"\"}" "\n"
07-09 07:49:45.888  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.896  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 48745 us
07-09 07:49:45.896  2179  2188 I Gonk    : Decoded bootup/bootup_016.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.897  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.897  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.898  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "NetworkService received message from worker: {\"broadcast\":true,\"clatdAddress\":\"\",\"curExternalIfname\":\"\",\"curInternalIfname\":\"\",\"dns1\":0,\"dns1_str\":\"\",\"dns2\":0,\"dns2_str\":\"\",\"enable\":false,\"error\":false,\"flag\":\"down\",\"gateway\":0,\"gateway_str\":\"\",\"id\":0,\"ipAddr\":\"\",\"ipaddr\":0,\"ipaddr_str\":\"\",\"lease\":0,\"macAddr\":\"\",\"mask\":0,\"mask_str\":\"\",\"netId\":\"\",\"prefixLength\":0,\"reason\":\"Route removed fec0::/64 dev wlan0\",\"reply\":\"\",\"result\":false,\"resultCode\":0,\"resultReason\":\"\",\"ret\":false,\"route\":\"\",\"server\":0,\"server_str\":\"\",\"success\":false,\"topic\":\"route-change\",\"vendor_str\":\"\"}" "\n"
07-09 07:49:45.898  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.898  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.908  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "NetworkService received message from worker: {\"broadcast\":true,\"clatdAddress\":\"\",\"curExternalIfname\":\"\",\"curInternalIfname\":\"\",\"dns1\":0,\"dns1_str\":\"\",\"dns2\":0,\"dns2_str\":\"\",\"enable\":false,\"error\":false,\"flag\":\"down\",\"gateway\":0,\"gateway_str\":\"\",\"id\":0,\"ipAddr\":\"\",\"ipaddr\":0,\"ipaddr_str\":\"\",\"lease\":0,\"macAddr\":\"\",\"mask\":0,\"mask_str\":\"\",\"netId\":\"\",\"prefixLength\":0,\"reason\":\"Route removed ::/0 via fe80::ff:fe00:100 dev wlan0\",\"reply\":\"\",\"result\":false,\"resultCode\":0,\"resultReason\":\"\",\"ret\":false,\"route\":\"\",\"server\":0,\"server_str\":\"\",\"success\":false,\"topic\":\"route-change\",\"vendor_str\":\"\"}" "\n"
07-09 07:49:45.908  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.908  2179  2179 I Gecko   : -*- WifiWorker component: Interface null updateConfig: removed {"gateway":"fe80::ff:fe00:100"}
07-09 07:49:45.918  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "NetworkService received message from worker: {\"broadcast\":true,\"clatdAddress\":\"\",\"curExternalIfname\":\"\",\"curInternalIfname\":\"\",\"dns1\":0,\"dns1_str\":\"\",\"dns2\":0,\"dns2_str\":\"\",\"enable\":false,\"error\":false,\"flag\":\"down\",\"gateway\":0,\"gateway_str\":\"\",\"id\":0,\"ipAddr\":\"\",\"ipaddr\":0,\"ipaddr_str\":\"\",\"lease\":0,\"macAddr\":\"\",\"mask\":0,\"mask_str\":\"\",\"netId\":\"\",\"prefixLength\":0,\"reason\":\"Address updated fec0::ff:fe00:0/64 wlan0 0 200\",\"reply\":\"\",\"result\":false,\"resultCode\":0,\"resultReason\":\"\",\"ret\":false,\"route\":\"\",\"server\":0,\"server_str\":\"\",\"success\":false,\"topic\":\"interface-address-change\",\"vendor_str\":\"\"}" "\n"
07-09 07:49:45.918  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.918  2179  2179 I Gecko   : -*- WifiWorker component: Interface null updateConfig: updated {"ip":"fec0::ff:fe00:0","prefixLengths":"64"}
07-09 07:49:45.928  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "NetworkService received message from worker: {\"broadcast\":true,\"clatdAddress\":\"\",\"curExternalIfname\":\"\",\"curInternalIfname\":\"\",\"dns1\":0,\"dns1_str\":\"\",\"dns2\":0,\"dns2_str\":\"\",\"enable\":false,\"error\":false,\"flag\":\"down\",\"gateway\":0,\"gateway_str\":\"\",\"id\":0,\"ipAddr\":\"\",\"ipaddr\":0,\"ipaddr_str\":\"\",\"lease\":0,\"macAddr\":\"\",\"mask\":0,\"mask_str\":\"\",\"netId\":\"\",\"prefixLength\":0,\"reason\":\"Address updated fe80::ff:fe00:0/64 wlan0 128 253\",\"reply\":\"\",\"result\":false,\"resultCode\":0,\"resultReason\":\"\",\"ret\":false,\"route\":\"\",\"server\":0,\"server_str\":\"\",\"success\":false,\"topic\":\"interface-address-change\",\"vendor_str\":\"\"}" "\n"
07-09 07:49:45.928  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:45.928  2179  2179 I Gecko   : -*- WifiWorker component: Interface null updateConfig: updated {"ip":"fe80::ff:fe00:0","prefixLengths":"64"}
07-09 07:49:45.929  2179  2188 I Gonk    : Decoded bootup/bootup_017.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.931  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.943  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.964  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:45.996  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:45.997  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 33776 us
07-09 07:49:45.997  2179  2188 I Gonk    : Decoded bootup/bootup_019.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:45.999  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.007  1938  1938 E cutils  : Failed to read /data/.layout_version: No such file or directory
07-09 07:49:46.007  1938  1938 E sdcard  : installd fs upgrade not yet complete; waiting...
07-09 07:49:46.008  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "NetworkService received message from worker: {\"broadcast\":false,\"clatdAddress\":\"\",\"curExternalIfname\":\"\",\"curInternalIfname\":\"\",\"dns1\":0,\"dns1_str\":\"\",\"dns2\":0,\"dns2_str\":\"\",\"enable\":false,\"error\":false,\"flag\":\"down\",\"gateway\":0,\"gateway_str\":\"\",\"id\":1,\"ipAddr\":\"\",\"ipaddr\":0,\"ipaddr_str\":\"\",\"lease\":0,\"macAddr\":\"\",\"mask\":0,\"mask_str\":\"\",\"netId\":\"\",\"prefixLength\":0,\"reason\":\"\",\"reply\":\"\",\"result\":false,\"resultCode\":0,\"resultReason\":\"\",\"ret\":false,\"route\":\"\",\"server\":0,\"server_str\":\"\",\"success\":false,\"topic\":\"\",\"vendor_str\":\"\"}" "\n"
07-09 07:49:46.008  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:46.009  2179  2179 I Gecko   : console.log: "-*- TetheringService: " "Create a default Network interface: rmnet0" "\n"
07-09 07:49:46.009  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:46.009  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "dequeue id: 1" "\n"
07-09 07:49:46.009  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:46.009  2179  2179 I Gecko   : console.log: "-*- NetworkService: " "Id 1 is not on top of the queue" "\n"
07-09 07:49:46.010  2179  2179 I GeckoConsole: Content JS LOG: 
07-09 07:49:46.044  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 47195 us
07-09 07:49:46.044  2179  2188 I Gonk    : Decoded bootup/bootup_020.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.045  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.048  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.090  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 46164 us
07-09 07:49:46.090  2179  2188 I Gonk    : Decoded bootup/bootup_021.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.092  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.094  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.134  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.134  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 43857 us
07-09 07:49:46.134  2179  2188 I Gonk    : Decoded bootup/bootup_022.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.137  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.139  2179  2179 I Gecko   : -*- RadioInterface[0]: Received message from worker handleRilResponse:{"rilMessageType":"setRadioEnabled","rilMessageToken":2,"errorMsg":0,"imei":"","imeisv":"","esn":"","meid":"","radioTech":-437918235,"basebandVersion":"","cardStatus":null,"voiceRegStatus":null,"dataRegStatus":null,"operator":null,"nwModeManual":true,"signalStrength":null,"smsc":"","causeCode":-437918235,"vendorCause":"","type":-437918235,"dcResponse":null,"imsi":"","iccIo":null,"n":-437918235,"m":-437918235,"enable":true,"serviceClass":-437918235,"provisioned":-437918235,"ttyMode":-437918235,"muteEnable":true,"remainingRetries":-437918235,"enhancedVoicePrivacy":true,"radioCapability":null,"sms":null,"CDMA_ALPHA_INFO_BUFFER_LENGTH":64,"CDMA_NUMBER_INFO_BUFFER_LENGTH":81,"MAX_RILDS":3,"MAX_SOCKET_NAME_LENGTH":6,"MAX_CLIENT_ID_LENGTH":2,"MAX_DEBUG_SOCKET_NAME_LENGTH":12,"MAX_QEMU_PIPE_NAME_LENGTH":11,"MAX_UUID_LENGTH":64,"CARD_MAX_APPS":8,"CDMA_MAX_NUMBER_OF_INFO_RECS":10,"SS_INFO_MAX":4,"NUM_SERVICE_CLASSES":7,"NUM_TX_POWER_LEVELS":5,"RADIO
07-09 07:49:46.139  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [2] < RIL_REQUEST_RADIO_POWER
07-09 07:49:46.139  2179  2179 I Gecko   : -*- RadioInterface[0]: 0
07-09 07:49:46.150  2179  2179 I Gecko   : -*- RadioInterface[0]: Received message from worker handleRilResponse:{"rilMessageType":"setCellInfoListRate","rilMessageToken":3,"errorMsg":0,"imei":"","imeisv":"","esn":"","meid":"","radioTech":0,"basebandVersion":"","cardStatus":null,"voiceRegStatus":null,"dataRegStatus":null,"operator":null,"nwModeManual":false,"signalStrength":null,"smsc":"","causeCode":0,"vendorCause":"","type":0,"dcResponse":null,"imsi":"","iccIo":null,"n":0,"m":0,"enable":false,"serviceClass":0,"provisioned":0,"ttyMode":0,"muteEnable":false,"remainingRetries":0,"enhancedVoicePrivacy":false,"radioCapability":null,"sms":null,"CDMA_ALPHA_INFO_BUFFER_LENGTH":64,"CDMA_NUMBER_INFO_BUFFER_LENGTH":81,"MAX_RILDS":3,"MAX_SOCKET_NAME_LENGTH":6,"MAX_CLIENT_ID_LENGTH":2,"MAX_DEBUG_SOCKET_NAME_LENGTH":12,"MAX_QEMU_PIPE_NAME_LENGTH":11,"MAX_UUID_LENGTH":64,"CARD_MAX_APPS":8,"CDMA_MAX_NUMBER_OF_INFO_RECS":10,"SS_INFO_MAX":4,"NUM_SERVICE_CLASSES":7,"NUM_TX_POWER_LEVELS":5,"RADIO_ERROR_NONE":0,"RADIO_ERROR_NOT_AVAILABLE":1,"RADIO_ERROR_GENERIC_FAILURE
07-09 07:49:46.150  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [3] < RIL_REQUEST_SET_CELL_INFO_LIST_RATE
07-09 07:49:46.150  2179  2179 I Gecko   : -*- RadioInterface[0]: 0
07-09 07:49:46.161  2179  2179 I Gecko   : -*- RadioInterface[0]: Received message from worker handleRilResponse:{"rilMessageType":"getDeviceIdentity","rilMessageToken":4,"errorMsg":0,"imei":"358240051111110","imeisv":"----","esn":"77777777","meid":"","radioTech":0,"basebandVersion":"","cardStatus":null,"voiceRegStatus":null,"dataRegStatus":null,"operator":null,"nwModeManual":false,"signalStrength":null,"smsc":"","causeCode":0,"vendorCause":"","type":0,"dcResponse":null,"imsi":"","iccIo":null,"n":0,"m":0,"enable":false,"serviceClass":0,"provisioned":0,"ttyMode":0,"muteEnable":false,"remainingRetries":0,"enhancedVoicePrivacy":false,"radioCapability":null,"sms":null,"CDMA_ALPHA_INFO_BUFFER_LENGTH":64,"CDMA_NUMBER_INFO_BUFFER_LENGTH":81,"MAX_RILDS":3,"MAX_SOCKET_NAME_LENGTH":6,"MAX_CLIENT_ID_LENGTH":2,"MAX_DEBUG_SOCKET_NAME_LENGTH":12,"MAX_QEMU_PIPE_NAME_LENGTH":11,"MAX_UUID_LENGTH":64,"CARD_MAX_APPS":8,"CDMA_MAX_NUMBER_OF_INFO_RECS":10,"SS_INFO_MAX":4,"NUM_SERVICE_CLASSES":7,"NUM_TX_POWER_LEVELS":5,"RADIO_ERROR_NONE":0,"RADIO_ERROR_NOT_AVAILABLE":1,"RA
07-09 07:49:46.161  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [4] < RIL_REQUEST_DEVICE_IDENTITY imei = 358240051111110 , imeisv = ---- ,esn = 77777777 , meid = 
07-09 07:49:46.161  2179  2179 I Gecko   : -*- RadioInterface[0]: handleDeviceIdentity imei=358240051111110, imeisv=---- ,esn =77777777 , meid=
07-09 07:49:46.162  2179  2179 I Gecko   : -*- RadioInterface[0]: 0
07-09 07:49:46.172  2179  2179 I Gecko   : -*- RadioInterface[0]: Received message from worker handleRilResponse:{"rilMessageType":"getRadioCapability","rilMessageToken":5,"errorMsg":0,"imei":"","imeisv":"","esn":"","meid":"","radioTech":0,"basebandVersion":"","cardStatus":null,"voiceRegStatus":null,"dataRegStatus":null,"operator":null,"nwModeManual":false,"signalStrength":null,"smsc":"","causeCode":0,"vendorCause":"","type":0,"dcResponse":null,"imsi":"","iccIo":null,"n":0,"m":0,"enable":false,"serviceClass":0,"provisioned":0,"ttyMode":0,"muteEnable":false,"remainingRetries":0,"enhancedVoicePrivacy":false,"radioCapability":{"session":0,"phase":0,"raf":16384,"logicalModemUuid":"","status":1},"sms":null,"CDMA_ALPHA_INFO_BUFFER_LENGTH":64,"CDMA_NUMBER_INFO_BUFFER_LENGTH":81,"MAX_RILDS":3,"MAX_SOCKET_NAME_LENGTH":6,"MAX_CLIENT_ID_LENGTH":2,"MAX_DEBUG_SOCKET_NAME_LENGTH":12,"MAX_QEMU_PIPE_NAME_LENGTH":11,"MAX_UUID_LENGTH":64,"CARD_MAX_APPS":8,"CDMA_MAX_NUMBER_OF_INFO_RECS":10,"SS_INFO_MAX":4,"NUM_SERVICE_CLASSES":7,"NUM_TX_POWER_LEVELS":5,"RADIO_ERROR_NON
07-09 07:49:46.172  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [5] < RIL_REQUEST_GET_RADIO_CAPABILITY
07-09 07:49:46.172  2179  2179 I Gecko   : -*- RadioInterface[0]: handleRadioCapability session=0, phase=0, raf=16384, logicalModemUuid=, status=1
07-09 07:49:46.172  2179  2179 I Gecko   : -*- RadioInterface[0]: 0
07-09 07:49:46.178  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 44177 us
07-09 07:49:46.179  2179  2188 I Gonk    : Decoded bootup/bootup_023.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.179  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.181  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.192  2179  2179 I Gecko   : -*- RadioInterface[0]: Received message from worker handleRilResponse:{"rilMessageType":"getCurrentCalls","rilMessageToken":6,"errorMsg":0,"imei":"","imeisv":"","esn":"","meid":"","radioTech":0,"basebandVersion":"","cardStatus":null,"voiceRegStatus":null,"dataRegStatus":null,"operator":null,"nwModeManual":false,"signalStrength":null,"smsc":"","causeCode":0,"vendorCause":"","type":0,"dcResponse":null,"imsi":"","iccIo":null,"n":0,"m":0,"enable":false,"serviceClass":0,"provisioned":0,"ttyMode":0,"muteEnable":false,"remainingRetries":0,"enhancedVoicePrivacy":false,"radioCapability":null,"sms":null,"CDMA_ALPHA_INFO_BUFFER_LENGTH":64,"CDMA_NUMBER_INFO_BUFFER_LENGTH":81,"MAX_RILDS":3,"MAX_SOCKET_NAME_LENGTH":6,"MAX_CLIENT_ID_LENGTH":2,"MAX_DEBUG_SOCKET_NAME_LENGTH":12,"MAX_QEMU_PIPE_NAME_LENGTH":11,"MAX_UUID_LENGTH":64,"CARD_MAX_APPS":8,"CDMA_MAX_NUMBER_OF_INFO_RECS":10,"SS_INFO_MAX":4,"NUM_SERVICE_CLASSES":7,"NUM_TX_POWER_LEVELS":5,"RADIO_ERROR_NONE":0,"RADIO_ERROR_NOT_AVAILABLE":1,"RADIO_ERROR_GENERIC_FAILURE":2,
07-09 07:49:46.192  2179  2179 I Gecko   : -*- RadioInterface[0]: RILJ: [6] < RIL_REQUEST_GET_CURRENT_CALLS
07-09 07:49:46.192  2179  2179 I Gecko   : -*- RadioInterface[0]: handleCurrentCalls []
07-09 07:49:46.222  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.222  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 43207 us
07-09 07:49:46.222  2179  2188 I Gonk    : Decoded bootup/bootup_024.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.223  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.264  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 42311 us
07-09 07:49:46.264  2179  2188 I Gonk    : Decoded bootup/bootup_025.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.265  1647  1672 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 770048
07-09 07:49:46.266  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.355  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.356  2179  2188 W Gonk    : Frame delay is 33333 us but decoding took 92163 us
07-09 07:49:46.356  2179  2188 I Gonk    : Decoded bootup/bootup_026.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.358  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.358  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.359  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.390  2179  2188 I Gonk    : Decoded bootup/bootup_027.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.391  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.403  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.426  2179  2188 I Gonk    : Decoded bootup/bootup_028.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.427  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.450  1648  1853 W EmuHWC2 : validate: layer 3 CompositionType 1, fallback
07-09 07:49:46.459  2179  2188 I Gonk    : Decoded bootup/bootup_029.png: 240 x 320 frame with bgcolor? no (0, 0, 0; gray:0)
07-09 07:49:46.461  2179  2188 E gralloc_ranchu: gralloc_lock usage mismatch usage=0x1030 cb->usage=0x1a00
07-09 07:49:46.450  2179  2179 I MainThread: type=1400 audit(0.0:400): avc: denied { wake_alarm } for capability=35 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability2 permissive=1
07-09 07:49:46.466  2179  2179 I Gecko   : -*- DownloadService.jsm : init
07-09 07:49:46.470  2179  2179 I Gecko   : LocalDomains: scan
07-09 07:49:46.470  2179  2179 I Gecko   : LocalDomains: scanning /system/b2g/webapps
07-09 07:49:46.479  2179  2209 D libEGL  : Emulator has host GPU support, qemu.gles is set to 1.
07-09 07:49:46.480  2179  2209 D vndksupport: Loading /vendor/lib64/egl/libEGL_emulation.so from current namespace instead of sphal namespace.
07-09 07:49:46.480  2179  2209 D libEGL  : loaded /vendor/lib64/egl/libEGL_emulation.so
07-09 07:49:46.481  2179  2209 D vndksupport: Loading /vendor/lib64/egl/libGLESv1_CM_emulation.so from current namespace instead of sphal namespace.
07-09 07:49:46.481  2179  2209 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
07-09 07:49:46.482  2179  2209 D vndksupport: Loading /vendor/lib64/egl/libGLESv2_emulation.so from current namespace instead of sphal namespace.
07-09 07:49:46.482  2179  2209 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_emulation.so

Request for position on adding id member to Web Application Manifest

Hi KaiOS folks! I saw that you are trying to implement the id member in #56 and I am really excited about that!
So I am creating this issue to officially get a signal from you for your position on this proposal.

The proposal explicitly defines what uniquely identifies a web application
and allows developers to specify the identifier in the manifest.

See spec change pull request w3c/manifest#988

Please let us know if you have any feedback!
Also let me know if this request should happen in somewhere else.

[emu-10-x86_64] clang-plugin tests fails

 1:02.72 build/clang-plugin/libclang-plugin.so                                                                                                                                                                                                                                                                                                                                                                                  
 1:02.84 build/clang-plugin/tests                                                                                                                                                                                                                                                                                                                                                                                               
 1:02.90 error: 'error' diagnostics expected but not seen:                                                                                                                                                                                                                                                                                                                                                                      
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestExplicitOperatorBool.cpp Line 4: bad implicit conversion operator for 'Bad'                                                                                                                                                                                                                                       
 1:02.90 error: 'note' diagnostics expected but not seen:                                                                                                                                                                                                                                                                                                                                                                       
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestExplicitOperatorBool.cpp Line 4: consider adding the explicit keyword to 'operator bool'                                                                                                                                                                                                                          
 1:02.90 2 errors generated.                                                                                                                                                                                                                                                                                                                                                                                                    
 1:02.90 error: 'error' diagnostics expected but not seen:                                                                                                                                                                                                                                                                                                                                                                      
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 34: calling `get` on a temporary, potentially allowing use after free of the raw pointer                                                                                                                                                                                             
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 35: calling `get` on a temporary, potentially allowing use after free of the raw pointer                                                                                                                                                                                             
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 40: calling `get` on a temporary, potentially allowing use after free of the raw pointer                                                                                                                                                                                             
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 43: calling `get` on a temporary, potentially allowing use after free of the raw pointer                                                                                                                                                                                             
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 44: calling `get` on a temporary, potentially allowing use after free of the raw pointer                                                                                                                                                                                             
 1:02.90 error: 'note' diagnostics expected but not seen:                                                                                                                                                                                                                                                                                                                                                                       
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 24: through the variable declared here                                                                                                                                                                                                                                               
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 25: the raw pointer escapes the function scope here                                                                                                                                                                                                                                  
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 27: the raw pointer escapes the function scope here                                                                                                                                                                                                                                  
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 27: through the parameter declared here                                                                                                                                                                                                                                              
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 30: the raw pointer escapes the function scope here                                                                                                                                                                                                                                  
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestDanglingOnTemporary.cpp Line 30: through the return value of the function declared here                                                                                                                                                                                                                           
 1:02.90 11 errors generated.                                                                                                                                                                                                                                                                                                                                                                                                   
 1:02.90 error: 'error' diagnostics expected but not seen:                                                                                                                                                                                                                                                                                                                                                                      
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 4: bad implicit conversion constructor for 'Foo'                                                                                                                                                                                                                               
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 5: bad implicit conversion constructor for 'Foo'                                                                                                                                                                                                                               
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 6: bad implicit conversion constructor for 'Foo'                                                                                                                                                                                                                               
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 8: bad implicit conversion constructor for 'Foo'                                                                                                                                                                                                                               
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 47: bad implicit conversion constructor for 'Template'                                                                                                                                                                                                                         
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 49: bad implicit conversion constructor for 'Template'                                                                                                                                                                                                                         
 1:02.90 error: 'note' diagnostics expected but not seen:                                                                                                                                                       
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 4: consider adding the explicit keyword to the constructor                                                                                                                                                                                                                     
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 5: consider adding the explicit keyword to the constructor     
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 6: consider adding the explicit keyword to the constructor     
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 8: consider adding the explicit keyword to the constructor     
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 47: consider adding the explicit keyword to the constructor    
 1:02.90   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp Line 49: consider adding the explicit keyword to the constructor    
 1:02.90 12 errors generated.                                                                                                                                                                                   
 1:02.91 make[4]: *** [/home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/config/rules.mk:748 : TestExplicitOperatorBool.o] Erreur 1                                                              
 1:02.91 make[4]: *** Attente des tâches non terminées....                                                                                                                                                      
 1:02.91 make[4]: *** [/home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/config/rules.mk:746 : TestDanglingOnTemporary.o] Erreur 1                                                               
 1:02.91 make[4]: *** [/home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/config/rules.mk:746 : TestBadImplicitConversionCtor.o] Erreur 1                                                         
 1:02.91 error: 'error' diagnostics expected but not seen:                                                                                                                                                      
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 43: Type 'NonTrivial' must not be used as return type of extern "C" function                                                                                                                                                                                                         
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 44: Type 'NonTrivialT<int>' must not be used as return type of extern "C" function                                                                                                                                                                                                   
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 45: Type 'NonTrivialT<float>' must not be used as return type of extern "C" function                                                                                                                                                                                                 
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 50: Type 'TrivialT<float>' must not be used as return type of extern "C" function                                                                                                                                                                                                    
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 54: Type 'NonTrivial' must not be used as parameter to extern "C" function                                                                                                                                                                                                           
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 56: Type 'NonTrivialT<int>' must not be used as parameter to extern "C" function                                                                                                                                                                                                     
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 58: Type 'TrivialT<float>' must not be used as parameter to extern "C" function                                                                                                                                                                                                      
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 60: Type 'TransitivelyNonTrivial' must not be used as return type of extern "C" function                                                                                                                                                                                             
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 61: Type 'TransitivelyNonTrivial' must not be used as parameter to extern "C" function                                                                                                                                                                                               
 1:02.91 error: 'note' diagnostics expected but not seen:                                                                                                                                                       
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 43: Please consider using a pointer or reference instead             
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 44: Please consider using a pointer or reference, or explicitly instantiating the template instead                                                                                                                                                                                   
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 45: Please consider using a pointer or reference, or explicitly instantiating the template instead                                                                                                                                                                                   
 1:02.91   File /home/alexandre/Documents/codaz/Mozilla/MiscWork/B2G.KaiOS/gecko/build/clang-plugin/tests/TestNonTrivialTypeInFfi.cpp Line 50: Please consider using a pointer or reference, or explicitly instantiating the template instead                                                                                                                                                                                   
[...]

[emulator-10-x86_64] Unable to connect to AndroidWifi

06-05 21:24:00.631  1692  1878 D SupplicantStaManager: ISupplicantStaIfaceCallback.onNetworkAdded()
06-05 21:24:00.632  1692  1918 D SupplicantStaNetwork: ssid => AndroidWifi
06-05 21:24:00.632  1692  1918 D SupplicantStaNetwork: set ssid return: SUCCESS
06-05 21:24:00.632  1692  1918 D SupplicantStaNetwork: key_mgmt => 4
06-05 21:24:00.632  1692  1918 D SupplicantStaNetwork: set key_mgmt return: SUCCESS
06-05 21:24:00.632  1692  1918 E SupplicantStaManager: Failed to set wifi configuration
06-05 21:24:00.632  1692  1918 E WifiNative: Failed to connect "AndroidWifi"
06-05 21:24:00.632  1692  1918 D WifiNative: command result: id=330, status=6

Accessing camera on a kaios device

I am currently trying to access camera on a kaios device. The kaios docs noted it is accessible by navigator.b2g but it's not , apparently b2g was discontinued. I've also tried the normal browser way of accessing cameras but it shows a SecurityError when I try to do that.
ex1

[emu-10-x86_64] segfault on boot

with current HEAD @ e6f9cbb

05-20 20:35:49.647  2253  2253 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 2253 (b2g), pid 2253 (b2g)
05-20 20:35:49.662  2297  2297 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
05-20 20:35:49.662  1724  1724 I /system/bin/tombstoned: received crash request for pid 2253
05-20 20:35:49.663  2297  2297 I crash_dump64: performing dump of process 2253 (target tid = 2253)
05-20 20:35:49.665  2297  2297 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
05-20 20:35:49.665  2297  2297 F DEBUG   : Build fingerprint: 'Android/aosp_x86_64/generic_x86_64:10/QP1A.191105.004/eng.alexan.20200514.171028:eng/test-keys'
05-20 20:35:49.665  2297  2297 F DEBUG   : Revision: '0'
05-20 20:35:49.665  2297  2297 F DEBUG   : ABI: 'x86_64'
05-20 20:35:49.665  2297  2297 F DEBUG   : Timestamp: 2020-05-20 20:35:49+0000
05-20 20:35:49.665  2297  2297 F DEBUG   : pid: 2253, tid: 2253, name: b2g  >>> /system/b2g/b2g <<<
05-20 20:35:49.665  2297  2297 F DEBUG   : uid: 0
05-20 20:35:49.665  2297  2297 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
05-20 20:35:49.665  2297  2297 F DEBUG   : Cause: null pointer dereference
05-20 20:35:49.665  2297  2297 F DEBUG   :     rax 0000716caa4c9cca  rbx 0000716ca3e13c00  rcx 0000716d3413cfb0  rdx 0000000000000002
05-20 20:35:49.665  2297  2297 F DEBUG   :     r8  0000000000000000  r9  0000716ca549b4d0  r10 0000000000000d50  r11 0000000000000206
05-20 20:35:49.666  2297  2297 F DEBUG   :     r12 0000000000000008  r13 0000716caa8182b0  r14 00007ffec3fb2218  r15 00007ffec3fb221c
05-20 20:35:49.666  2297  2297 F DEBUG   :     rdi 0000716ca3e11620  rsi 00007ffec3fb21e0
05-20 20:35:49.666  2297  2297 F DEBUG   :     rbp 00007ffec3fb2200  rsp 00007ffec3fb2200  rip 0000716cad1c335b
05-20 20:35:49.748  2297  2297 F DEBUG   : 
05-20 20:35:49.748  2297  2297 F DEBUG   : backtrace:
05-20 20:35:49.748  2297  2297 F DEBUG   :       #00 pc 000000000427535b  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #01 pc 0000000004276737  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #02 pc 0000000004276585  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #03 pc 0000000004275e9d  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #04 pc 0000000004277eaa  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #05 pc 0000000002ae132f  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #06 pc 0000000002ade351  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #07 pc 000000000311f7a3  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #08 pc 00000000050579ce  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #09 pc 000000000505088c  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #10 pc 000000000504798c  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #11 pc 0000000005057c62  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #12 pc 0000000005058224  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #13 pc 00000000051d67af  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #14 pc 00000000051d6bf9  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.748  2297  2297 F DEBUG   :       #15 pc 00000000050579ce  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.749  2297  2297 F DEBUG   :       #16 pc 0000000005541aab  /system/b2g/libxul.so (BuildId: 733801342abff77d4d9802e16a5f41ccd74b7811)
05-20 20:35:49.749  2297  2297 F DEBUG   :       #17 pc 0000000000012cb7  [anon:js-executable-memory]

any RPN calculator for KaiOs?

i have a AT&T branded cingular Flip IV phone, it's a breath of fresh air comparing with my other smartphone.

I'm wondering whether a usable RPN calculator exists for this type of phone.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.