Kea2-python 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of Kea2-python might be problematic. Click here for more details.
- {kea2_python-0.2.2 → kea2_python-0.2.3}/Kea2_python.egg-info/PKG-INFO +1 -1
- {kea2_python-0.2.2 → kea2_python-0.2.3}/PKG-INFO +1 -1
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/adbUtils.py +3 -1
- kea2_python-0.2.3/kea2/bug_report_generator.py +720 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/fastbotManager.py +7 -3
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/keaUtils.py +56 -53
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/logWatcher.py +3 -1
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/templates/bug_report_template.html +499 -152
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/u2Driver.py +2 -1
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/utils.py +14 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/pyproject.toml +1 -1
- kea2_python-0.2.2/kea2/bug_report_generator.py +0 -491
- {kea2_python-0.2.2 → kea2_python-0.2.3}/Kea2_python.egg-info/SOURCES.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/Kea2_python.egg-info/dependency_links.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/Kea2_python.egg-info/entry_points.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/Kea2_python.egg-info/requires.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/Kea2_python.egg-info/top_level.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/LICENSE +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/README.md +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/__init__.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/absDriver.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot-thirdpart.jar +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/abl.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/awl.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/max.config +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/max.fuzzing.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/max.schema.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/max.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/max.tree.pruning +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_configs/widget.block.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_libs/x86/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/framework.jar +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/kea2-thirdpart.jar +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/monkeyq.jar +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/assets/quicktest.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/cli.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/kea_launcher.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/kea2/resultSyncer.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/setup.cfg +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.3}/tests/test_u2Selector.py +0 -0
|
@@ -161,7 +161,9 @@ class ADBStreamShell_V1(StreamShell):
|
|
|
161
161
|
if msg_type == 'output':
|
|
162
162
|
self._write_stdout(data, decode=False)
|
|
163
163
|
elif msg_type == 'exit':
|
|
164
|
-
|
|
164
|
+
# TODO : handle exit code properly
|
|
165
|
+
# self._exit_code = int(data.strip())
|
|
166
|
+
self._exit_code = 0
|
|
165
167
|
break
|
|
166
168
|
|
|
167
169
|
except Exception as e:
|