AirtestProject / AirtestProject/AirtestIDE
touch命令与threading模组不兼容
Abierto
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 236
- Forks
- 40
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**详细描述问题bug:**
一个touch操作,直接执行没有问题,但是:
创建一个线程thread1=threading.Thread(target=a()) #a()是含有某个touch的函数。
运行thread1.start()
会出现如下错误:
File "C:\Users\D\anaconda3\envs\Base311\Lib\site-packages\airtest\utils\logwraper.py", line 141, in wrapper
logger.running_stack.pop()
IndexError: pop from empty list
**python 版本:** `python3.11`
**操作系统:** `Windows7 64bit`
**手机设备信息:**
- 手机型号:bluestacks模拟器
- Android系统版本号: [Android 11]
**其他相关信息补充**
(例如在linux ubuntu16.04上运行异常,在windows上正常等信息。)
- AirtestIDE版本号:v1.2.10.2
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.