Electrum 4.5.x on Android 6.0.3 not starting up.
I updated Electrum 4.4.6 to 4.5.2 on Android 6.0.3 and the app is crashing on Electrum Logo. The logo appears and, a few seconds later, the app closes suddenly without any errors on screen. I tried 4.5.0 / 4.5.1 and reinstalled the app, but without success.
I wondering if have something to do with issue #8837, but I couldn't find any config files on Android storage after reinstalling the app to look into.
Thanks in advance.
It's quite hard to diagnose without some logs.
What device do you have?
If it's 64bit you could try to install a 4.5.2 debug build from the CI (it installs next to the normal mainnet wallet) and see if the problem still exists.
If you're able to get some logs from adb logcat that would be great.
I couldn't find any config files on Android storage after reinstalling the app to look into.
Did you remove electrum and clean install?
I couldn't find any config files on Android storage after reinstalling the app to look into.
Did you remove electrum and clean install?
Firstly I updated, then a did a clean install (that's why I can't find anything).
It's a LG Nexus 5. Since it's 32bit, I'll compile the debug version of apk and return the logs here soon.
Hi!
I built the apk debug version (armeabi-v7a) and got the logs with adb logcat command:
02-09 11:22:20.053 6212 6212 V pythonutil: Unpacking private app
02-09 11:22:20.054 6212 6212 V pythonutil: Data version is a9e0c089976d598194acedbcbfece22c3303e569
02-09 11:22:20.054 6212 6212 V pythonutil: Unpacking /data/app/org.electrum.electrum-1/lib/arm/libpybundle app
02-09 11:22:20.054 6212 6212 V pythonutil: Data version is a9e0c089976d598194acedbcbfece22c3303e569
02-09 11:22:20.448 6212 6242 I python : Initializing Python for Android
02-09 11:22:20.448 6212 6242 I python : Setting additional env vars from p4a_env_vars.txt
02-09 11:22:20.448 6212 6242 I python : Changing directory to the one provided by ANDROID_ARGUMENT
02-09 11:22:20.448 6212 6242 I python : /data/user/0/org.electrum.electrum/files/app
02-09 11:22:20.448 6212 6242 I python : Preparing to initialize python
02-09 11:22:20.448 6212 6242 I python : _python_bundle dir exists
02-09 11:22:20.448 6212 6242 I python : calculated paths to be...
02-09 11:22:20.448 6212 6242 I python : /data/user/0/org.electrum.electrum/files/app/_python_bundle/stdlib.zip:/data/user/0/org.electrum.electrum/files/app/_python_bundle/modules
02-09 11:22:20.449 6212 6242 I python : set wchar paths...
02-09 11:22:20.582 6212 6242 I python : Initialized python
02-09 11:22:20.582 6212 6242 I python : AND: Init threads
02-09 11:22:20.583 6212 6242 I python : testing python print redirection
02-09 11:22:20.585 6212 6242 I python : Android path ['.', '/data/user/0/org.electrum.electrum/files/app/_python_bundle/stdlib.zip', '/data/user/0/org.electrum.electrum/files/app/_python_bundle/modules', '/data/user/0/org.electrum.electrum/files/app/_python_bundle/site-packages']
02-09 11:22:20.585 6212 6242 I python : os.environ is:
02-09 11:22:20.585 6212 6242 I python : PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
02-09 11:22:20.585 6212 6242 I python : ANDROID_BOOTLOGO=1
02-09 11:22:20.585 6212 6242 I python : ANDROID_ROOT=/system
02-09 11:22:20.585 6212 6242 I python : ANDROID_ASSETS=/system/app
02-09 11:22:20.585 6212 6242 I python : ANDROID_DATA=/data
02-09 11:22:20.585 6212 6242 I python : ANDROID_STORAGE=/storage
02-09 11:22:20.586 6212 6242 I python : EXTERNAL_STORAGE=/sdcard
02-09 11:22:20.586 6212 6242 I python : ASEC_MOUNTPOINT=/mnt/asec
02-09 11:22:20.586 6212 6242 I python : BOOTCLASSPATH=/system/framework/core-libart.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/apache-xml.jar:/system/framework/org.apache.http.legacy.boot.jar
02-09 11:22:20.586 6212 6242 I python : SYSTEMSERVERCLASSPATH=/system/framework/services.jar:/system/framework/ethernet-service.jar:/system/framework/wifi-service.jar
02-09 11:22:20.586 6212 6242 I python : ANDROID_PROPERTY_WORKSPACE=10,0
02-09 11:22:20.586 6212 6242 I python : ANDROID_SOCKET_zygote=12
02-09 11:22:20.586 6212 6242 I python : ANDROID_ENTRYPOINT=main.pyc
02-09 11:22:20.586 6212 6242 I python : ANDROID_ARGUMENT=/data/user/0/org.electrum.electrum/files/app
02-09 11:22:20.586 6212 6242 I python : ANDROID_APP_PATH=/data/user/0/org.electrum.electrum/files/app
02-09 11:22:20.586 6212 6242 I python : ANDROID_PRIVATE=/data/user/0/org.electrum.electrum/files
02-09 11:22:20.586 6212 6242 I python : ANDROID_UNPACK=/data/user/0/org.electrum.electrum/files/app
02-09 11:22:20.586 6212 6242 I python : PYTHONHOME=/data/user/0/org.electrum.electrum/files/app
02-09 11:22:20.586 6212 6242 I python : PYTHONPATH=/data/user/0/org.electrum.electrum/files/app:/data/user/0/org.electrum.electrum/files/app/lib
02-09 11:22:20.586 6212 6242 I python : PYTHONOPTIMIZE=2
02-09 11:22:20.586 6212 6242 I python : QT_QUICK_CONTROLS_STYLE=Material
02-09 11:22:20.586 6212 6242 I python : QT_USE_ANDROID_NATIVE_DIALOGS=1
02-09 11:22:20.587 6212 6242 I python : QT_ANDROID_THEME=Theme_Holo_Light/
02-09 11:22:20.587 6212 6242 I python : QT_ANDROID_THEME_DISPLAY_DPI=480
02-09 11:22:20.587 6212 6242 I python : QT_BLOCK_EVENT_LOOPS_WHEN_SUSPENDED=1
02-09 11:22:20.587 6212 6242 I python : QT_PLUGIN_PATH=/data/app/org.electrum.electrum-1/lib/arm/
02-09 11:22:20.587 6212 6242 I python : QML_PLUGIN_PATH=/data/app/org.electrum.electrum-1/lib/arm/
02-09 11:22:20.587 6212 6242 I python : ANDROID_STYLE_PATH=/data/user/0/org.electrum.electrum/qt-reserved-files/android-style/480/
02-09 11:22:20.587 6212 6242 I python : QT_ANDROID_FONTS_MONOSPACE=Droid Sans Mono;Droid Sans;Droid Sans Fallback
02-09 11:22:20.587 6212 6242 I python : QT_ANDROID_FONTS_SERIF=Droid Serif
02-09 11:22:20.587 6212 6242 I python : HOME=/data/user/0/org.electrum.electrum/files
02-09 11:22:20.587 6212 6242 I python : TMPDIR=/data/user/0/org.electrum.electrum/files
02-09 11:22:20.587 6212 6242 I python : QT_ANDROID_FONTS=Roboto;Droid Sans;Droid Sans Fallback
02-09 11:22:20.587 6212 6242 I python : QT_ANDROID_APP_ICON_SIZE=144
02-09 11:22:20.587 6212 6242 I python : P4A_BOOTSTRAP=qt6
02-09 11:22:20.587 6212 6242 I python : PYTHON_NAME=python
02-09 11:22:20.587 6212 6242 I python : P4A_IS_WINDOWED=True
02-09 11:22:20.587 6212 6242 I python : P4A_NUMERIC_VERSION=None
02-09 11:22:20.588 6212 6242 I python : P4A_MINSDK=23
02-09 11:22:20.588 6212 6242 I python : LC_CTYPE=C.UTF-8
02-09 11:22:20.588 6212 6242 I python : Android kivy bootstrap done. __name__ is __main__
02-09 11:22:20.588 6212 6242 I python : AND: Ran string
02-09 11:22:20.588 6212 6242 I python : Run user program, change dir and execute entrypoint
02-09 11:22:24.394 6212 6242 I python : 3.57 | I | simple_config.SimpleConfig | electrum directory /data/user/0/org.electrum.electrum/files/data
02-09 11:22:24.394 6212 6242 I python : 3.68 | I | __main__ | get_default_language: detected default as lang='en_GB'
02-09 11:22:24.394 6212 6242 I python : 3.68 | I | i18n | setting language to 'en_GB'
02-09 11:22:24.400 6212 6242 I python : 3.69 | I | logging | Electrum version: 4.5.2 - https://electrum.org - https://github.com/spesmilo/electrum
02-09 11:22:24.427 6212 6242 I python : 3.72 | I | logging | Python version: 3.8.18 (default, Feb 8 2024, 15:15:24)
02-09 11:22:24.427 6212 6242 I python : [Clang 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d. On platform: Android 6.0.1 on google hammerhead (M4B30Z)
02-09 11:22:24.428 6212 6242 I python : 3.72 | I | logging | Logging to file: /data/user/0/org.electrum.electrum/files/data/logs/electrum_log_20240209T142224Z_6212.log
02-09 11:22:24.428 6212 6242 I python : 3.72 | I | logging | Log filters: verbosity '*', verbosity_shortcuts None
02-09 11:22:24.435 6212 6242 I python : 3.72 | I | daemon | failed to connect to JSON-RPC server Cannot connect to unix socket /data/user/0/org.electrum.electrum/files/data/daemon_rpc_socket ssl:default [Connection refused]
02-09 11:22:24.437 6212 6242 I python : 3.73 | I | n/network | blockchains [0]
02-09 11:22:24.448 6212 6242 I python : 3.74 | I | exchange_rate.FxThread | using exchange CoinGecko
02-09 11:22:24.450 6212 6254 I python : 3.74 | I | daemon.Daemon | starting taskgroup.
02-09 11:22:24.457 6212 6254 I python : 3.75 | I | daemon.CommandsServer | now running and listening. socktype=unix, addr=/data/user/0/org.electrum.electrum/files/data/daemon_rpc_socket
02-09 11:22:24.458 6212 6242 I python : 3.75 | D | util.profiler | Daemon.__init__ 0.0219 sec
02-09 11:22:24.479 6212 6242 I python : 3.77 | I | p/plugin.Plugins | registering wallet type ('2fa', 'trustedcoin')
02-09 11:22:24.480 6212 6242 I python : 3.77 | D | util.profiler | Plugins.__init__ 0.0209 sec
02-09 11:22:24.481 6212 6242 I python : 3.77 | I | daemon.Daemon | launching GUI: qml
02-09 11:22:26.223 6212 6242 I python : 5.51 | I | gui.qml.ElectrumGui | Qml GUI starting up... Qt=6.4.3, PyQt=6.4.2
02-09 11:22:26.224 6212 6242 I python : 5.51 | I | gui.qml.ElectrumGui | CWD=/data/data/org.electrum.electrum/files/app
02-09 11:22:26.461 6212 6242 I python : 5.75 | I | p/plugin.Plugins | loaded plugin 'trustedcoin'. (from thread: 'GUI')
02-09 11:22:26.463 6212 6242 I python : 5.75 | D | plugins.trustedcoin.qml.Plugin | init_qml hook called, gui=<class 'electrum.gui.qml.qeapp.ElectrumQmlApplication'>
02-09 11:22:27.004 6212 6242 I python : 6.29 | D | gui.qml.qeinvoice | set new override amount <QEAmount max=False sats=0 msats=0 empty=True>
02-09 11:22:27.257 6212 6242 I python : 6.55 | D | gui.qml.qeapp.QEAppController | received intent: 'None'
02-09 11:22:27.257 6212 6242 I python : 6.55 | D | util.profiler | ElectrumGui.__init__ 1.1662 sec
02-09 11:22:27.258 6212 6242 I python : 6.55 | I | gui.qml.ElectrumGui | Entering main loop
02-09 11:22:27.268 6212 6242 I python : 6.56 | D | wizard | view "welcome" last: True
02-09 11:22:27.689 6212 6261 I python : 6.98 | W | gui.qml.qeapp | QObject::~QObject: Timers cannot be stopped from another thread
Is that how the log ends? Does not really explain the crash... Are you grepping for "python"? Can you try the process id based grep? (see https://github.com/spesmilo/electrum/tree/master/contrib/android#how-can-i-see-logs-at-runtime)
$ adb logcat | grep -F "`adb shell ps | grep org.electrum.electrum | cut -c14-19`"
Is that how the log ends? Does not really explain the crash... Are you grepping for "python"? Can you try the process id based grep? (see https://github.com/spesmilo/electrum/tree/master/contrib/android#how-can-i-see-logs-at-runtime)
$ adb logcat | grep -F "`adb shell ps | grep org.electrum.electrum | cut -c14-19`"
Yes, I was grepping for python as i saw in the link you mentioned :-(
I ran the new command above before open electrum on phone and now we have some new information from WindowManager e ActivityManager process.
If you need some more info, let me know.
02-11 13:07:12.592 780 935 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.electrum.electrum/org.kivy.android.PythonActivity (has extras)} from uid 10026 on display 0
02-11 13:07:12.630 780 1183 I ActivityManager: Start proc 2998:org.electrum.electrum/u0a95 for activity org.electrum.electrum/org.kivy.android.PythonActivity
02-11 13:07:12.638 2998 2998 I art : Late-enabling -Xcheck:jni
02-11 13:07:12.699 2998 2998 V PythonActivity: My onCreate running
02-11 13:07:12.700 2998 2998 V PythonActivity: loading native lib
02-11 13:07:12.730 2998 2998 I Python_android: JNI_OnLoad called
02-11 13:07:12.751 2998 2998 W System : ClassLoader referenced unknown path:
02-11 13:07:12.801 2998 2998 D Qt JAVA : Class org.qtproject.qt.android.multimedia.QtAudioDeviceManager does not implement setActivity method
02-11 13:07:12.806 2998 2998 V PythonActivityInit: PythonActivityInit setActivity running
02-11 13:07:12.806 2998 2998 V PythonActivityInit: org.kivy.android.PythonActivity
02-11 13:07:12.806 2998 2998 V PythonActivityInit: org.qtproject.qt.android.QtActivityDelegate
02-11 13:07:12.806 2998 2998 V PythonActivityInit: PythonActivityInit setContext running
02-11 13:07:12.806 2998 2998 V PythonActivityInit: org.kivy.android.PythonActivity
02-11 13:07:12.806 2998 2998 V PythonActivityInit: activity env = QT_USE_ANDROID_NATIVE_DIALOGS=1
02-11 13:07:12.806 2998 2998 V PythonActivityInit: Ready to unpack
02-11 13:07:12.807 2998 2998 V pythonutil: Unpacking private app
02-11 13:07:12.807 2998 2998 V pythonutil: Data version is a9e0c089976d598194acedbcbfece22c3303e569
02-11 13:07:12.807 2998 2998 V pythonutil: Unpacking /data/app/org.electrum.electrum-1/lib/arm/libpybundle app
02-11 13:07:12.807 2998 2998 V pythonutil: Data version is a9e0c089976d598194acedbcbfece22c3303e569
02-11 13:07:12.808 2998 2998 V PythonActivityInit: Device: hammerhead
02-11 13:07:12.808 2998 2998 V PythonActivityInit: Model: Nexus 5
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, ANDROID_ENTRYPOINT=main.pyc
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, ANDROID_ARGUMENT=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, ANDROID_APP_PATH=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:12.808 2998 2998 V PythonActivityInit: Setting env vars for start.c and Python to use
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, ANDROID_PRIVATE=/data/user/0/org.electrum.electrum/files
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, ANDROID_UNPACK=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, PYTHONHOME=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, PYTHONPATH=/data/user/0/org.electrum.electrum/files/app:/data/user/0/org.electrum.electrum/files/app/lib
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, PYTHONOPTIMIZE=2
02-11 13:07:12.808 2998 2998 V PythonActivityInit: Setting env vars for Qt
02-11 13:07:12.808 2998 2998 I Python_android: JNI_nativeSetenv called, QT_QUICK_CONTROLS_STYLE=Material
02-11 13:07:12.821 2998 3026 I QtCore : Start
02-11 13:07:13.023 2998 3026 I Qt : qt started
02-11 13:07:13.157 315 315 W Binder_1: type=1400 audit(0.0:81): avc: denied { ioctl } for path="socket:[15303]" dev="sockfs" ino=15303 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.157 315 315 W Binder_1: type=1400 audit(0.0:82): avc: denied { ioctl } for path="socket:[15303]" dev="sockfs" ino=15303 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.167 315 315 W Binder_1: type=1400 audit(0.0:83): avc: denied { ioctl } for path="socket:[15306]" dev="sockfs" ino=15306 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.174 2998 3033 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
02-11 13:07:13.167 315 315 W Binder_1: type=1400 audit(0.0:84): avc: denied { ioctl } for path="socket:[15306]" dev="sockfs" ino=15306 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.197 1183 1183 W Binder_5: type=1400 audit(0.0:85): avc: denied { ioctl } for path="socket:[15309]" dev="sockfs" ino=15309 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.197 1183 1183 W Binder_5: type=1400 audit(0.0:86): avc: denied { ioctl } for path="socket:[15309]" dev="sockfs" ino=15309 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.237 2998 3033 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
02-11 13:07:13.245 2998 3033 I OpenGLRenderer: Initialized EGL, version 1.4
02-11 13:07:13.283 2998 3026 I python : Initializing Python for Android
02-11 13:07:13.283 2998 3026 I python : Setting additional env vars from p4a_env_vars.txt
02-11 13:07:13.284 2998 3026 I python : Changing directory to the one provided by ANDROID_ARGUMENT
02-11 13:07:13.284 2998 3026 I python : /data/user/0/org.electrum.electrum/files/app
02-11 13:07:13.284 2998 3026 I python : Preparing to initialize python
02-11 13:07:13.284 2998 3026 I python : _python_bundle dir exists
02-11 13:07:13.284 2998 3026 I python : calculated paths to be...
02-11 13:07:13.284 2998 3026 I python : /data/user/0/org.electrum.electrum/files/app/_python_bundle/stdlib.zip:/data/user/0/org.electrum.electrum/files/app/_python_bundle/modules
02-11 13:07:13.285 2998 3026 I python : set wchar paths...
02-11 13:07:13.287 1991 1991 W Binder_9: type=1400 audit(0.0:87): avc: denied { ioctl } for path="socket:[18326]" dev="sockfs" ino=18326 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.295 1096 1096 I Keyboard.Facilitator: onFinishInput()
02-11 13:07:13.287 1991 1991 W Binder_9: type=1400 audit(0.0:88): avc: denied { ioctl } for path="socket:[18326]" dev="sockfs" ino=18326 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.287 1038 1038 W Binder_4: type=1400 audit(0.0:89): avc: denied { ioctl } for path="socket:[18325]" dev="sockfs" ino=18325 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.287 1038 1038 W Binder_4: type=1400 audit(0.0:90): avc: denied { ioctl } for path="socket:[18325]" dev="sockfs" ino=18325 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:13.393 780 799 I ActivityManager: Displayed org.electrum.electrum/org.kivy.android.PythonActivity: +786ms
02-11 13:07:13.418 2998 3026 I python : Initialized python
02-11 13:07:13.418 2998 3026 I python : AND: Init threads
02-11 13:07:13.419 2998 3026 I python : testing python print redirection
02-11 13:07:13.422 2998 3026 I python : Android path ['.', '/data/user/0/org.electrum.electrum/files/app/_python_bundle/stdlib.zip', '/data/user/0/org.electrum.electrum/files/app/_python_bundle/modules', '/data/user/0/org.electrum.electrum/files/app/_python_bundle/site-packages']
02-11 13:07:13.422 2998 3026 I python : os.environ is:
02-11 13:07:13.422 2998 3026 I python : PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
02-11 13:07:13.422 2998 3026 I python : ANDROID_BOOTLOGO=1
02-11 13:07:13.422 2998 3026 I python : ANDROID_ROOT=/system
02-11 13:07:13.422 2998 3026 I python : ANDROID_ASSETS=/system/app
02-11 13:07:13.422 2998 3026 I python : ANDROID_DATA=/data
02-11 13:07:13.422 2998 3026 I python : ANDROID_STORAGE=/storage
02-11 13:07:13.422 2998 3026 I python : EXTERNAL_STORAGE=/sdcard
02-11 13:07:13.422 2998 3026 I python : ASEC_MOUNTPOINT=/mnt/asec
02-11 13:07:13.422 2998 3026 I python : BOOTCLASSPATH=/system/framework/core-libart.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/apache-xml.jar:/system/framework/org.apache.http.legacy.boot.jar
02-11 13:07:13.422 2998 3026 I python : SYSTEMSERVERCLASSPATH=/system/framework/services.jar:/system/framework/ethernet-service.jar:/system/framework/wifi-service.jar
02-11 13:07:13.422 2998 3026 I python : ANDROID_PROPERTY_WORKSPACE=10,0
02-11 13:07:13.423 2998 3026 I python : ANDROID_SOCKET_zygote=12
02-11 13:07:13.423 2998 3026 I python : ANDROID_ENTRYPOINT=main.pyc
02-11 13:07:13.423 2998 3026 I python : ANDROID_ARGUMENT=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:13.423 2998 3026 I python : ANDROID_APP_PATH=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:13.423 2998 3026 I python : ANDROID_PRIVATE=/data/user/0/org.electrum.electrum/files
02-11 13:07:13.423 2998 3026 I python : ANDROID_UNPACK=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:13.423 2998 3026 I python : PYTHONHOME=/data/user/0/org.electrum.electrum/files/app
02-11 13:07:13.423 2998 3026 I python : PYTHONPATH=/data/user/0/org.electrum.electrum/files/app:/data/user/0/org.electrum.electrum/files/app/lib
02-11 13:07:13.423 2998 3026 I python : PYTHONOPTIMIZE=2
02-11 13:07:13.423 2998 3026 I python : QT_QUICK_CONTROLS_STYLE=Material
02-11 13:07:13.423 2998 3026 I python : QT_USE_ANDROID_NATIVE_DIALOGS=1
02-11 13:07:13.423 2998 3026 I python : QT_ANDROID_THEME=Theme_Holo_Light/
02-11 13:07:13.423 2998 3026 I python : QT_ANDROID_THEME_DISPLAY_DPI=480
02-11 13:07:13.423 2998 3026 I python : QT_BLOCK_EVENT_LOOPS_WHEN_SUSPENDED=1
02-11 13:07:13.424 2998 3026 I python : QT_PLUGIN_PATH=/data/app/org.electrum.electrum-1/lib/arm/
02-11 13:07:13.424 2998 3026 I python : QML_PLUGIN_PATH=/data/app/org.electrum.electrum-1/lib/arm/
02-11 13:07:13.424 2998 3026 I python : ANDROID_STYLE_PATH=/data/user/0/org.electrum.electrum/qt-reserved-files/android-style/480/
02-11 13:07:13.424 2998 3026 I python : QT_ANDROID_FONTS_MONOSPACE=Droid Sans Mono;Droid Sans;Droid Sans Fallback
02-11 13:07:13.424 2998 3026 I python : QT_ANDROID_FONTS_SERIF=Droid Serif
02-11 13:07:13.424 2998 3026 I python : HOME=/data/user/0/org.electrum.electrum/files
02-11 13:07:13.424 2998 3026 I python : TMPDIR=/data/user/0/org.electrum.electrum/files
02-11 13:07:13.424 2998 3026 I python : QT_ANDROID_FONTS=Roboto;Droid Sans;Droid Sans Fallback
02-11 13:07:13.424 2998 3026 I python : QT_ANDROID_APP_ICON_SIZE=144
02-11 13:07:13.424 2998 3026 I python : P4A_BOOTSTRAP=qt6
02-11 13:07:13.424 2998 3026 I python : PYTHON_NAME=python
02-11 13:07:13.424 2998 3026 I python : P4A_IS_WINDOWED=True
02-11 13:07:13.424 2998 3026 I python : P4A_NUMERIC_VERSION=None
02-11 13:07:13.425 2998 3026 I python : P4A_MINSDK=23
02-11 13:07:13.425 2998 3026 I python : LC_CTYPE=C.UTF-8
02-11 13:07:13.425 2998 3026 I python : Android kivy bootstrap done. __name__ is __main__
02-11 13:07:13.425 2998 3026 I python : AND: Ran string
02-11 13:07:13.425 2998 3026 I python : Run user program, change dir and execute entrypoint
02-11 13:07:17.244 2998 3026 I python : 3.59 | I | simple_config.SimpleConfig | electrum directory /data/user/0/org.electrum.electrum/files/data
02-11 13:07:17.244 2998 3026 I python : 3.70 | I | __main__ | get_default_language: detected default as lang='en_GB'
02-11 13:07:17.244 2998 3026 I python : 3.70 | I | i18n | setting language to 'en_GB'
02-11 13:07:17.250 2998 3026 I python : 3.71 | I | logging | Electrum version: 4.5.2 - https://electrum.org - https://github.com/spesmilo/electrum
02-11 13:07:17.278 2998 3026 I python : 3.74 | I | logging | Python version: 3.8.18 (default, Feb 8 2024, 15:15:24)
02-11 13:07:17.279 2998 3026 I python : [Clang 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d. On platform: Android 6.0.1 on google hammerhead (M4B30Z)
02-11 13:07:17.279 2998 3026 I python : 3.74 | I | logging | Logging to file: /data/user/0/org.electrum.electrum/files/data/logs/electrum_log_20240211T160717Z_2998.log
02-11 13:07:17.280 2998 3026 I python : 3.74 | I | logging | Log filters: verbosity '*', verbosity_shortcuts None
02-11 13:07:17.290 2998 3026 I python : 3.75 | I | daemon | failed to connect to JSON-RPC server Cannot connect to unix socket /data/user/0/org.electrum.electrum/files/data/daemon_rpc_socket ssl:default [Connection refused]
02-11 13:07:17.293 2998 3026 I python : 3.76 | I | n/network | blockchains [0]
02-11 13:07:17.304 2998 3026 I python : 3.77 | I | exchange_rate.FxThread | using exchange CoinGecko
02-11 13:07:17.310 2998 3026 I python : 3.77 | D | util.profiler | Daemon.__init__ 0.0157 sec
02-11 13:07:17.312 2998 3038 I python : 3.77 | I | daemon.Daemon | starting taskgroup.
02-11 13:07:17.318 2998 3038 I python : 3.78 | I | daemon.CommandsServer | now running and listening. socktype=unix, addr=/data/user/0/org.electrum.electrum/files/data/daemon_rpc_socket
02-11 13:07:17.337 2998 3026 I python : 3.80 | I | p/plugin.Plugins | registering wallet type ('2fa', 'trustedcoin')
02-11 13:07:17.339 2998 3026 I python : 3.80 | D | util.profiler | Plugins.__init__ 0.0262 sec
02-11 13:07:17.340 2998 3026 I python : 3.80 | I | daemon.Daemon | launching GUI: qml
02-11 13:07:19.168 2998 3026 I python : 5.63 | I | gui.qml.ElectrumGui | Qml GUI starting up... Qt=6.4.3, PyQt=6.4.2
02-11 13:07:19.169 2998 3026 I python : 5.63 | I | gui.qml.ElectrumGui | CWD=/data/data/org.electrum.electrum/files/app
02-11 13:07:19.434 2998 3026 I python : 5.90 | I | p/plugin.Plugins | loaded plugin 'trustedcoin'. (from thread: 'GUI')
02-11 13:07:19.435 2998 3026 I python : 5.90 | D | plugins.trustedcoin.qml.Plugin | init_qml hook called, gui=<class 'electrum.gui.qml.qeapp.ElectrumQmlApplication'>
02-11 13:07:20.015 2998 3026 I python : 6.48 | D | gui.qml.qeinvoice | set new override amount <QEAmount max=False sats=0 msats=0 empty=True>
02-11 13:07:20.275 2998 3026 I python : 6.74 | D | gui.qml.qeapp.QEAppController | received intent: 'None'
02-11 13:07:20.276 2998 3026 I python : 6.74 | D | util.profiler | ElectrumGui.__init__ 1.2407 sec
02-11 13:07:20.277 2998 3026 I python : 6.74 | I | gui.qml.ElectrumGui | Entering main loop
02-11 13:07:20.286 2998 3026 I python : 6.75 | D | wizard | view "welcome" last: True
02-11 13:07:20.722 2998 3045 I python : 7.18 | W | gui.qml.qeapp | QObject::~QObject: Timers cannot be stopped from another thread
02-11 13:07:20.782 780 935 D GraphicsStats: Buffer count: 2
02-11 13:07:20.782 780 1379 I WindowState: WIN DEATH: Window{c2b73cf u0 org.electrum.electrum/org.kivy.android.PythonActivity}
02-11 13:07:20.784 780 1379 W WindowManager: Force-removing child win Window{edc306 u0 SurfaceView} from container Window{c2b73cf u0 org.electrum.electrum/org.kivy.android.PythonActivity}
02-11 13:07:20.790 780 1991 W WindowManager: Failed looking up window
02-11 13:07:20.790 780 1991 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@fa219e1 does not exist
02-11 13:07:20.790 780 1991 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8743)
02-11 13:07:20.790 780 1991 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8734)
02-11 13:07:20.790 780 1991 W WindowManager: at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1209)
02-11 13:07:20.790 780 1991 W WindowManager: at android.os.BinderProxy.sendDeathNotice(Binder.java:558)
02-11 13:07:20.790 780 1991 I WindowState: WIN DEATH: null
02-11 13:07:20.807 210 210 I Zygote : Process 2998 exited cleanly (1)
02-11 13:07:20.811 780 1376 I ActivityManager: Process org.electrum.electrum (pid 2998) has died
02-11 13:07:20.812 780 1376 D ActivityManager: cleanUpApplicationRecord -- 2998
02-11 13:07:20.812 780 1376 W ActivityManager: Force removing ActivityRecord{cf7d794 u0 org.electrum.electrum/org.kivy.android.PythonActivity t84}: app died, no saved state
02-11 13:07:20.857 1038 1038 W Binder_4: type=1400 audit(0.0:91): avc: denied { ioctl } for path="socket:[14988]" dev="sockfs" ino=14988 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:20.857 1038 1038 W Binder_4: type=1400 audit(0.0:92): avc: denied { ioctl } for path="socket:[14988]" dev="sockfs" ino=14988 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
02-11 13:07:20.868 780 1038 W InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 2998 uid 10095
02-11 13:07:20.869 1096 1096 I Keyboard.Facilitator: onFinishInput()