smart-test-ti / SoloX

💯SoloX - Real-time collection tool for Android/iOS performance data.(Android性能测试android performance\iOS性能测试ios performance\移动端性能测试mobile performance\APP性能测试app performance\app性能测试工具)
https://smart-test-ti.github.io/solox
MIT License
955 stars 168 forks source link

不懂就问:FPS 数据获取不到,请问需要怎么开启? #249

Closed JIUJIUs closed 7 months ago

JIUJIUs commented 7 months ago

SoloX :2.8.6 Python :3.10.11 System:WIndows 11 Browser:Chrome Device:OnePlus 11, PHB110, Android 13

问题:FPS 数据获取不到,一直输出是 0 ,请问需要开启什么嘛?求大佬指引~

image image image

katyhudson commented 7 months ago

[开启

SoloX :2.8.6 Python :3.10.11 System:WIndows 11 Browser:Chrome Device:OnePlus 11, PHB110, Android 13

问题:FPS 数据获取不到,一直输出是 0 ,请问需要开启什么嘛?求大佬指引~ 看这个吧,(https://github.com/smart-test-ti/SoloX/issues/237)

katyhudson commented 7 months ago

SoloX :2.8.6 Python :3.10.11 System:WIndows 11 Browser:Chrome Device:OnePlus 11, PHB110, Android 13

问题:FPS 数据获取不到,一直输出是 0 ,请问需要开启什么嘛?求大佬指引~

建议关闭gfxinfo,用页面的surfaceview

rafa0128 commented 7 months ago

@JIUJIUs 看你的app页面是啥。华为机器适配会好一点,其他机器不太好说。主要还是surfaceview不同的品牌规则可能不一样。 一般为0的话要么你是相对静止的页面,要么就是没有适配你的机器了

JIUJIUs commented 7 months ago

@JIUJIUs 看你的app页面是啥。华为机器适配会好一点,其他机器不太好说。主要还是surfaceview不同的品牌规则可能不一样。 一般为0的话要么你是相对静止的页面,要么就是没有适配你的机器了

App 是一个游戏,在战斗场景中打斗~

JIUJIUs commented 7 months ago

[开启

SoloX :2.8.6 Python :3.10.11 System:WIndows 11 Browser:Chrome Device:OnePlus 11, PHB110, Android 13 问题:FPS 数据获取不到,一直输出是 0 ,请问需要开启什么嘛?求大佬指引~ 看这个吧,(#237)

感谢,我尝试一下~

JIUJIUs commented 7 months ago

surfaceview

试了下用 surfaceview ,但还是没有 FPS 数据。(设备:ADT-AN00、PHB110)

rafa0128 commented 7 months ago

surfaceview

试了下用 surfaceview ,但还是没有 FPS 数据。(设备:ADT-AN00、PHB110)

@JIUJIUs 你试试华为,我看看是设备兼容问题还是app兼容问题

JIUJIUs commented 7 months ago

surfaceview

试了下用 surfaceview ,但还是没有 FPS 数据。(设备:ADT-AN00、PHB110)

@JIUJIUs 你试试华为,我看看是设备兼容问题还是app兼容问题

稍等下,我要去借一台。

JIUJIUs commented 7 months ago

surfaceview

试了下用 surfaceview ,但还是没有 FPS 数据。(设备:ADT-AN00、PHB110)

@JIUJIUs 你试试华为,我看看是设备兼容问题还是app兼容问题

大佬,我华为没借到,但是借到一台晓龙 865 的红米,FPS 也是获取不到,日志如下~

192.168.10.209 - - [22/Dec/2023 11:23:45] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703215387872 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 11:23:45] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=8331%3Acom.tectree.eto&=1703215387877 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 11:23:45] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=8331%3Acom.tectree.eto&=1703215387874 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 11:23:46] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703215387875 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 11:23:46] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=8331%3Acom.tectree.eto&=1703215387879 HTTP/1.1" 200 - [E 231222 11:23:47 android_fps:294] an exception hanpend in fps _collector_thread , reason unkown! [D 231222 11:23:47 android_fps:296] Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\solox\public\android_fps.py", line 269, in _collector_thread refresh_period, new_timestamps = self._get_surfaceflinger_frame_data() File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\solox\public\android_fps.py", line 434, in _get_surfaceflinger_frame_data timestamp = [int(fields[0]), int(fields[1]), int(fields[2])] ValueError: invalid literal for int() with base 10: 'SurfaceView'

rafa0128 commented 7 months ago

游戏类app,只兼容了华为,没机器没办法 你先启动app到测试界面,然后执行:adb shell dumpsys SurfaceFlinger --list | findstr {pkgname} {deviceid}把结果发出来给我看看

JIUJIUs commented 7 months ago

游戏类app,只兼容了华为,没机器没办法 你先启动app到测试界面,然后执行:adb shell dumpsys SurfaceFlinger --list | findstr {pkgname} {deviceid}把结果发出来给我看看

C:\Users\Administrator>adb devices List of devices attached 8bc4c003 device

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --list | findstr {com.tectree.eto} {8bc4c003} FINDSTR: 无法打开 {8bc4c003}

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --list | findstr com.tectree.eto 8bc4c003 FINDSTR: 无法打开 8bc4c003

C:\Users\Administrator>

提示这个

rafa0128 commented 7 months ago

哦错了,adb -s device id shell dumpsys SurfaceFlinger --list | findstr pkgname

JIUJIUs commented 7 months ago

哦错了,adb -s device id shell dumpsys SurfaceFlinger --list | findstr pkgname

接入的设备就一台,这样。

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --list | findstr com.tectree.eto AppWindowToken{1829465 token=Token{631e95c ActivityRecord{ec5a5c4 u0 com.tectree.eto/com.epicgames.unreal.GameActivity t189}}}#0 8f5bdf com.tectree.eto/com.epicgames.unreal.GameActivity#0 Background for -SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 Bounds for - com.tectree.eto/com.epicgames.unreal.GameActivity#0 SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 com.tectree.eto/com.epicgames.unreal.GameActivity#0

JIUJIUs commented 7 months ago

还有这个

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --list com.tectree.eto Display Background#0 Display Root#0 mBelowAppWindowsContainers#0 WallpaperWindowToken{60fd82f token=android.os.Binder@822160e}#0 b3af8dd com.android.systemui.ImageWallpaper#0 com.android.systemui.ImageWallpaper#0 WallpaperWindowToken{e5a8599 token=android.os.BinderProxy@862cee0}#0 192389c com.android.keyguard.wallpaper.service.MiuiKeyguardLiveWallpaper#0 com.android.keyguard.wallpaper.service.MiuiKeyguardLiveWallpaper#0 com.android.server.wm.DisplayContent$TaskStackContainers@8131556#0 animationLayer#0 splitScreenDividerAnchor#0 WindowToken{572dbf4 android.os.BinderProxy@e0569c7}#0 3a42f1d DockedStackDivider#0 Stack=0#0 animation background stackId=0#0 Task=1#0 AppWindowToken{2cb8be3 token=Token{13a3812 ActivityRecord{8c59a74 u0 com.miui.home/.launcher.Launcher t1}}}#0 58f6db3 com.miui.home/com.miui.home.launcher.Launcher#0 homeAnimationLayer#0 Stack=49#0 animation background stackId=49#0 Task=189#0 Letterbox - right#0 AppWindowToken{1829465 token=Token{631e95c ActivityRecord{ec5a5c4 u0 com.tectree.eto/com.epicgames.unreal.GameActivity t189}}}#0 8f5bdf com.tectree.eto/com.epicgames.unreal.GameActivity#0 Background for -SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 Bounds for - com.tectree.eto/com.epicgames.unreal.GameActivity#0 SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 com.tectree.eto/com.epicgames.unreal.GameActivity#0 boostedAnimationLayer#0 mAboveAppWindowsContainers#0 WindowToken{946f8de android.os.BinderProxy@ddbc360}#0 cbfcabf AssistPreviewPanel#0 WindowToken{eefbff5 android.os.BinderProxy@451492c}#0 50f918a Aspect#0 WindowToken{f21ef0f android.os.BinderProxy@e6cf7e9}#0 ce38b9c com.zdanjian.zdanjian#0

0

mImeWindowsContainers#0 WindowToken{9fb266b android.os.Binder@62507ba}#0 bec6eb5 InputMethod#0 WindowToken{7ca561e android.os.BinderProxy@77c0ea0}#0 97feff RoundCorner#0 WindowToken{66e4380 android.os.BinderProxy@6f250b2}#0 a83edb9 StatusBar#0 StatusBar#0 WindowToken{da60e03 android.os.BinderProxy@802eeb2}#0 14b1180 GestureStubHome#0 GestureStubHome#0 WindowToken{465f1dc android.os.BinderProxy@db1064f}#0 b4132e5 GestureStubBottom#0 GestureStubLeft#0 WindowToken{3193af8 android.os.BinderProxy@bc5925b}#0 585dbd1 GestureStubBottom#0 GestureStubRight#0 WindowToken{9429d92 android.os.Binder@4e6d71d}#0 WindowToken{9986d2b android.os.Binder@fe4317a}#0 Input Consumer pip_input_consumer#0 Display Overlays#0 WindowToken{a5dc22b android.os.BinderProxy@fc5ba7a}#0 356f688 RoundCorner#0 RoundCorner#0 WindowToken{241955d android.os.BinderProxy@aa8f334}#0 45d1ed2 RoundCorner#0 RoundCorner#1

JIUJIUs commented 7 months ago

还有这个

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#0 6944444 com.tectree.eto/com.epicgames.unreal.GameActivity#0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38027950251482 38027991294711 38027979718253 38027953278826 38028005202732 38027979775388 38028047073878 38028086011847 38028064159659 38028444487680 38028487000753 38028472774034 38028940980232 38028978341377 38028964450857 38029441337992 38029479549398 38029464179190 38029945771898 38029994672731 38029976226377 38030443162366 38030488927366 38030463979398 38030943775023 38030981734814 38030967266064 38031428952314 38031464853616 38031452209970 38031927169397 38031959095751 38031948163876 38032428798251 38032460255334 38032449415282 38032929993511 38032968419136 38032956065282 38033426649813 38033473797469 38033458167990 38033927614969 38033974951948 38033955228615 38034121136219 38034158721271 38034148450803 38034302205490 38034346677365 38034324866323 38034576038875 38034611203615 38034601507209 38035074116531 38035105451427 38035091331948 38035574778042 38035613697729 38035600686583 38035689113614 38035731955594 38035722975073

rafa0128 commented 7 months ago

adb shell dumpsys SurfaceFlinger --latency SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 执行这个我看看

JIUJIUs commented 7 months ago

adb shell dumpsys SurfaceFlinger --latency SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 执行这个我看看

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 20000000

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 6944444

rafa0128 commented 7 months ago

你拉一下代码,然后本地跑一下试试,solox目录执行python debug.py

JIUJIUs commented 7 months ago

我不是说拉代码吗

好吧,是执行 pip install -U solox 这个拉吧?

git clone https://github.com/smart-test-ti/SoloX.git

rafa0128 commented 7 months ago

git pull更新一下代码,重新执行一下我看看,我少加了日志

JIUJIUs commented 7 months ago

来咯~

C:\SoloX\solox>python debug.py [I 231222 14:59:30 debug:105] Running on http://192.168.10.209:50003/?platform=Android&lan=en (Press CTRL+C to quit) WebSocket transport not available. Install eventlet or gevent and gevent-websocket for improved performance.

192.168.10.209 - - [22/Dec/2023 14:59:51] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228375966 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:51] "GET /socket.io/?EIO=3&transport=polling&t=1703228390346-12&sid=fddc1bc2399241c498a15f4a7954c25d HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:51] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228375968 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:52] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228375969 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:53] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228375972 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:53] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228375963 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:53] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&_=1703228375970 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['16666666', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '48625127786556\t48625203167856\t48625154700825', '48625161213275\t48625236579054\t48625188932544', '48625194614109\t48625270000148\t48625220285460', '48625228014161\t48625303410669\t48625255165929', '48625261431921\t48625336824314\t48625288626710', '48625294834525\t48625370241137\t48625320652544', '48625328245723\t48625403643064\t48625354244419', '48625361666817\t48625437051346\t48625387389054', '48625395077338\t48625470466502\t48625423967908', '48625428490983\t48625503876814\t48625455288169', '48625461907806\t48625537288273\t48625487474939', '48625495309733\t48625570702439\t48625523346241', '48625528718015\t48625604105773\t48625555453585', '48625562133171\t48625637518116\t48625587594054', '48625595543483\t48625670935148\t48625620082387', '48625628954942\t48625704342023\t48625654505356', '48625662369108\t48625737751137\t48625688793637', '48625695772442\t48625771168273\t48625725793221', '48625729184785\t48625804580825\t48625759087023', '48625762601817\t48625837987335\t48625790206398', '48625796008692\t48625871402491\t48625823588377', '48625829417806\t48625904809939\t48625855586658', '48625862834942\t48625938220512\t48625888474939', '48625896247494\t48625971635095\t48625920739418', '48625929654004\t48626005052595\t48625955510668', '48625963069160\t48626038460304\t48625987535460', '48625996476608\t48626071880095\t48626021913741', '48626029887181\t48626105280668\t48626054541866', '48626063301764\t48626138682960\t48626093515772', '48626096719264\t48626172104470\t48626121995460', '48626130126973\t48626205509939\t48626155909106', '48626163546764\t48626238926762\t48626188115616', '48626196947337\t48626272342179\t48626228677908', '48626230349629\t48626305748481\t48626257888116', '48626263771139\t48626339149679\t48626291042699', '48626297176608\t48626372563741\t48626323204314', '48626330593431\t48626405989054\t48626363864939', '48626364008848\t48626439384679\t48626399067699', '48626397415150\t48626472802908\t48626427323220', '48626430816348\t48626506211189\t48626459219679', '48626464230410\t48626539631293\t48626490820720', '48626497655723\t48626573035460\t48626522698324', '48626531051348\t48626606452387\t48626555645304', '48626564469577\t48626639850981\t48626589933533', '48626597877858\t48626673286501\t48626623817074', '48626631297962\t48626706684626\t48626658815772', '48626664702129\t48626740256553\t48626690686866', '48626698119056\t48626773508272\t48626723952699', '48626731517650\t48626806922595\t48626757734574', '48626781619837\t48626840329835\t48626790548637', '48626798351295\t48626873762543\t48626824376606', '48626831923222\t48626907162543\t48626861337439', '48626865174941\t48626940564262\t48626893347022', '48626898589264\t48626973974939\t48626926964939', '48626931996504\t48627007383949\t48626958351866', '48626965429212\t48627040790772\t48626992044158', '48626998829212\t48627074197126\t48627023970199', '48627032230931\t48627107620043\t48627058808689', '48627065641608\t48627141030355\t48627091434783', '48627099050618\t48627174433532\t48627125699939', '48627132457441\t48627207857855\t48627158096189', '48627165863795\t48627241262907\t48627190517751', '48627199286712\t48627274666918\t48627223929157', '48627232697024\t48627308089262\t48627258138116', '48627266100201\t48627341504626\t48627290942387', '48627299524524\t48627374920251\t48627324166762', '48627332929576\t48627408319522\t48627360177699', '48627366333587\t48627441728428\t48627391830876', '48627399755931\t48627475135616\t48627437548168', '48627433171295\t48627508550668\t48627465247751', '48627466586920\t48627541957803\t48627497765876', '48627499986191\t48627575374678\t48627529381397', '48627533395097\t48627608783897\t48627564386709', '48627566802285\t48627642200095\t48627600658741', '48627600217337\t48627675604418\t48627627798532', '48627633624472\t48627709024366\t48627659370668', '48627667041347\t48627742422907\t48627693073480', '48627700450566\t48627775835720\t48627726452699', '48627733866764\t48627809259053\t48627759818793', '48627767271087\t48627842654001\t48627794263793', '48627800691035\t48627876089418\t48627826153949', '48627834089576\t48627909484470\t48627860571293', '48627867502389\t48627942913949\t48627894964782', '48627900925722\t48627976317855\t48627926600616', '48627934320670\t48628009717178\t48627960432178', '48627967756087\t48628043130720\t48627996116084', '48628001151139\t48628076536345\t48628027395772', '48628051247285\t48628109954365\t48628061249365', '48628067984524\t48628143360355\t48628093436084', '48628101383847\t48628176770095\t48628133248845', '48628134797389\t48628210201084\t48628160829001', '48628168203014\t48628243590615\t48628193800199', '48628201621034\t48628277005042\t48628227927074', '48628235027024\t48628310431345\t48628263441657', '48628268436764\t48628343835824\t48628297043480', '48628301867753\t48628377238376\t48628328835303', '48628335257284\t48628410658949\t48628361958532', '48628368671711\t48628444060772\t48628394250459', '48628402098014\t48628477480355\t48628427311605', '48628435502493\t48628510898272\t48628462549157', '48628468905045\t48628544307594\t48628497848428', '48628502325618\t48628577717699\t48628529842126', '48628535727441\t48628611124001\t48628561007907', '48628569147024\t48628644533949\t48628593610355', '48628602564941\t48628677941917\t48628636148636', '48628635974263\t48628711351813\t48628662577126', '48628669384368\t48628744767907\t48628699477855', '48628702790670\t48628778173792\t48628731004626', '48628736200618\t48628811586136\t48628763269834', '48628769608586\t48628845010824\t48628795429261', '48628803018482\t48628878406761\t48628829199365', '48628836434576\t48628911821188\t48628862612073', '48628869840461\t48628945232230\t48628899818740', '48628903252805\t48628978653063\t48628929648219', '48628936677493\t48629012064053\t48628962439001', '48628970073430\t48629045498584\t48628995585355', '48629003487857\t48629078883271\t48629028112959', '48629036898899\t48629112295823\t48629063795928', '48629070319732\t48629145779782\t48629096232178', '48629103730722\t48629179113375\t48629129724105', '48629137165253\t48629212527490\t48629162093271', '48629170549940\t48629245941813\t48629194937594', '48629203962492\t48629279372594\t48629228727803', '48629237446451\t48629312757230\t48629262747021', '48629270780044\t48629346176240\t48629296805667', '48629304194159\t48629379594573\t48629328925459', '48629337608482\t48629412995511\t48629363382282', '48629371039263\t48629446397646\t48629396296813', '48629404423899\t48629479800198\t48629429061084', '48629437842909\t48629513223375\t48629472505355', '48629471261242\t48629546633636\t48629502480511', '48629504662180\t48629580043532\t48629535222229', '48629538064315\t48629613450667\t48629577214625', '48629571466867\t48629646872334\t48629598116344', '48629604890044\t48629680274365\t48629630992229', '48629638300305\t48629713680667\t48629666876188', '48629671710201\t48629747112802\t48629699566604', '48629705117336\t48629780509052\t48629731061813', '48629738539003\t48629813914156\t48629767590302', '48629771941034\t48629847335927\t48629798871709', '48629805347336\t48629880747386\t48629830524417', '48629838779471\t48629914147229\t48629865393115', '48629872175721\t48629947577386\t48629897774104', '48629905580825\t48629980977229\t48629930145302', '48629939002596\t48630014380042\t48629964102386', '48629972414055\t48630047799677\t48629997780719', '48630005813898\t48630081212125\t48630031273531', '48630039244055\t48630114626969\t48630064714677', '48630072643898\t48630148051136\t48630099571136'] ['SurfaceView', '-', 'com.tectree.eto/com.epicgames.unreal.GameActivity#0'] [E 231222 14:59:53 android_fps:294] an exception hanpend in fps _collector_thread , reason unkown! [D 231222 14:59:53 android_fps:296] Traceback (most recent call last): File "C:\SoloX\solox\public\android_fps.py", line 269, in _collector_thread refresh_period, new_timestamps = self._get_surfaceflinger_frame_data() File "C:\SoloX\solox\public\android_fps.py", line 442, in _get_surfaceflinger_frame_data timestamp = [int(fields[0]), int(fields[1]), int(fields[2])] ValueError: invalid literal for int() with base 10: 'SurfaceView'

192.168.10.209 - - [22/Dec/2023 14:59:53] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228375971 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:54] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228375974 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:54] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228375973 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:55] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&_=1703228375976 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['16666666', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '48626865174941\t48626940564262\t48626893347022', '48626898589264\t48626973974939\t48626926964939', '48626931996504\t48627007383949\t48626958351866', '48626965429212\t48627040790772\t48626992044158', '48626998829212\t48627074197126\t48627023970199', '48627032230931\t48627107620043\t48627058808689', '48627065641608\t48627141030355\t48627091434783', '48627099050618\t48627174433532\t48627125699939', '48627132457441\t48627207857855\t48627158096189', '48627165863795\t48627241262907\t48627190517751', '48627199286712\t48627274666918\t48627223929157', '48627232697024\t48627308089262\t48627258138116', '48627266100201\t48627341504626\t48627290942387', '48627299524524\t48627374920251\t48627324166762', '48627332929576\t48627408319522\t48627360177699', '48627366333587\t48627441728428\t48627391830876', '48627399755931\t48627475135616\t48627437548168', '48627433171295\t48627508550668\t48627465247751', '48627466586920\t48627541957803\t48627497765876', '48627499986191\t48627575374678\t48627529381397', '48627533395097\t48627608783897\t48627564386709', '48627566802285\t48627642200095\t48627600658741', '48627600217337\t48627675604418\t48627627798532', '48627633624472\t48627709024366\t48627659370668', '48627667041347\t48627742422907\t48627693073480', '48627700450566\t48627775835720\t48627726452699', '48627733866764\t48627809259053\t48627759818793', '48627767271087\t48627842654001\t48627794263793', '48627800691035\t48627876089418\t48627826153949', '48627834089576\t48627909484470\t48627860571293', '48627867502389\t48627942913949\t48627894964782', '48627900925722\t48627976317855\t48627926600616', '48627934320670\t48628009717178\t48627960432178', '48627967756087\t48628043130720\t48627996116084', '48628001151139\t48628076536345\t48628027395772', '48628051247285\t48628109954365\t48628061249365', '48628067984524\t48628143360355\t48628093436084', '48628101383847\t48628176770095\t48628133248845', '48628134797389\t48628210201084\t48628160829001', '48628168203014\t48628243590615\t48628193800199', '48628201621034\t48628277005042\t48628227927074', '48628235027024\t48628310431345\t48628263441657', '48628268436764\t48628343835824\t48628297043480', '48628301867753\t48628377238376\t48628328835303', '48628335257284\t48628410658949\t48628361958532', '48628368671711\t48628444060772\t48628394250459', '48628402098014\t48628477480355\t48628427311605', '48628435502493\t48628510898272\t48628462549157', '48628468905045\t48628544307594\t48628497848428', '48628502325618\t48628577717699\t48628529842126', '48628535727441\t48628611124001\t48628561007907', '48628569147024\t48628644533949\t48628593610355', '48628602564941\t48628677941917\t48628636148636', '48628635974263\t48628711351813\t48628662577126', '48628669384368\t48628744767907\t48628699477855', '48628702790670\t48628778173792\t48628731004626', '48628736200618\t48628811586136\t48628763269834', '48628769608586\t48628845010824\t48628795429261', '48628803018482\t48628878406761\t48628829199365', '48628836434576\t48628911821188\t48628862612073', '48628869840461\t48628945232230\t48628899818740', '48628903252805\t48628978653063\t48628929648219', '48628936677493\t48629012064053\t48628962439001', '48628970073430\t48629045498584\t48628995585355', '48629003487857\t48629078883271\t48629028112959', '48629036898899\t48629112295823\t48629063795928', '48629070319732\t48629145779782\t48629096232178', '48629103730722\t48629179113375\t48629129724105', '48629137165253\t48629212527490\t48629162093271', '48629170549940\t48629245941813\t48629194937594', '48629203962492\t48629279372594\t48629228727803', '48629237446451\t48629312757230\t48629262747021', '48629270780044\t48629346176240\t48629296805667', '48629304194159\t48629379594573\t48629328925459', '48629337608482\t48629412995511\t48629363382282', '48629371039263\t48629446397646\t48629396296813', '48629404423899\t48629479800198\t48629429061084', '48629437842909\t48629513223375\t48629472505355', '48629471261242\t48629546633636\t48629502480511', '48629504662180\t48629580043532\t48629535222229', '48629538064315\t48629613450667\t48629577214625', '48629571466867\t48629646872334\t48629598116344', '48629604890044\t48629680274365\t48629630992229', '48629638300305\t48629713680667\t48629666876188', '48629671710201\t48629747112802\t48629699566604', '48629705117336\t48629780509052\t48629731061813', '48629738539003\t48629813914156\t48629767590302', '48629771941034\t48629847335927\t48629798871709', '48629805347336\t48629880747386\t48629830524417', '48629838779471\t48629914147229\t48629865393115', '48629872175721\t48629947577386\t48629897774104', '48629905580825\t48629980977229\t48629930145302', '48629939002596\t48630014380042\t48629964102386', '48629972414055\t48630047799677\t48629997780719', '48630005813898\t48630081212125\t48630031273531', '48630039244055\t48630114626969\t48630064714677', '48630072643898\t48630148051136\t48630099571136', '48630106046711\t48630181444104\t48630134534625', '48630139466346\t48630214856083\t48630165453010', '48630172878794\t48630248277854\t48630197621969', '48630206293638\t48630281676708\t48630231298010', '48630239717805\t48630315080406\t48630278719000', '48630273110773\t48630348508219\t48630299869052', '48630306522752\t48630381911292\t48630332227021', '48630339944523\t48630415316344\t48630367897542', '48630373343377\t48630448736240\t48630399404521', '48630406747075\t48630482143531\t48630431624365', '48630440174888\t48630515556031\t48630465733635', '48630473577961\t48630548975771\t48630499364990', '48630506983013\t48630582371969\t48630532548844', '48630540402909\t48630615787594\t48630566331031', '48630573810200\t48630649201239\t48630601978687', '48630607222700\t48630682608792\t48630633359885', '48630640642440\t48630716031448\t48630667523687', '48630674038638\t48630749438062\t48630699624000', '48630707454263\t48630782852333\t48630734858948', '48630740867908\t48630816282281\t48630767214260', '48630774275461\t48630853299937\t48630801060198', '48630824364784\t48630883079208\t48630832783739', '48630841104731\t48630916497906\t48630867856812', '48630874519002\t48630949917385\t48630901735041', '48630907948950\t48630983311708\t48630933068531', '48630944966606\t48631016721344\t48630968765666', '48630974745877\t48631050138791\t48631000170562', '48631008164575\t48631083548739\t48631033094156', '48631041584054\t48631116956396\t48631069140666', '48631074978377\t48631150376864\t48631100550146', '48631108388013\t48631183799937\t48631133314885', '48631141805460\t48631217187489\t48631166553843', '48631175215408\t48631250603427\t48631201764781', '48631208623065\t48631284011135\t48631233512281', '48631242043533\t48631317423062\t48631268487698', '48631275466606\t48631350850198\t48631300552229', '48631308854158\t48631384254104\t48631334040823', '48631342270096\t48631417657385\t48631373363843', '48631375677804\t48631451073635\t48631401097489', '48631409089731\t48631484491708\t48631433449260', '48631442516867\t48631517890770\t48631468200718', '48631475920773\t48631551308635\t48631503180041', '48631509324054\t48631584712020\t48631535486760', '48631542740304\t48631618123322\t48631568692593', '48631576158377\t48631651534833\t48631607282437', '48631609557439\t48631684949729\t48631641621916', '48631642975304\t48631718357177\t48631670437645', '48631676378689\t48631751769885\t48631703034677', '48631709789991\t48631785182541\t48631735419052', '48631743201502\t48631818587281\t48631768159052', '48631776616398\t48631852012072\t48631802265458', '48631810023846\t48631885477333\t48631835377749'] ['SurfaceView', '-', 'com.tectree.eto/com.epicgames.unreal.GameActivity#0'] [E 231222 14:59:55 android_fps:294] an exception hanpend in fps _collector_thread , reason unkown! [D 231222 14:59:55 android_fps:296] Traceback (most recent call last): File "C:\SoloX\solox\public\android_fps.py", line 269, in _collector_thread refresh_period, new_timestamps = self._get_surfaceflinger_frame_data() File "C:\SoloX\solox\public\android_fps.py", line 442, in _get_surfaceflinger_frame_data timestamp = [int(fields[0]), int(fields[1]), int(fields[2])] ValueError: invalid literal for int() with base 10: 'SurfaceView'

192.168.10.209 - - [22/Dec/2023 14:59:55] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228375977 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:55] "GET /socket.io/?EIO=3&transport=polling&t=1703228391355-13&sid=fddc1bc2399241c498a15f4a7954c25d HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:55] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228375978 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:55] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228375979 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 14:59:56] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&_=1703228375980 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['16666666', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '48628134797389\t48628210201084\t48628160829001', '48628168203014\t48628243590615\t48628193800199', '48628201621034\t48628277005042\t48628227927074', '48628235027024\t48628310431345\t48628263441657', '48628268436764\t48628343835824\t48628297043480', '48628301867753\t48628377238376\t48628328835303', '48628335257284\t48628410658949\t48628361958532', '48628368671711\t48628444060772\t48628394250459', '48628402098014\t48628477480355\t48628427311605', '48628435502493\t48628510898272\t48628462549157', '48628468905045\t48628544307594\t48628497848428', '48628502325618\t48628577717699\t48628529842126', '48628535727441\t48628611124001\t48628561007907', '48628569147024\t48628644533949\t48628593610355', '48628602564941\t48628677941917\t48628636148636', '48628635974263\t48628711351813\t48628662577126', '48628669384368\t48628744767907\t48628699477855', '48628702790670\t48628778173792\t48628731004626', '48628736200618\t48628811586136\t48628763269834', '48628769608586\t48628845010824\t48628795429261', '48628803018482\t48628878406761\t48628829199365', '48628836434576\t48628911821188\t48628862612073', '48628869840461\t48628945232230\t48628899818740', '48628903252805\t48628978653063\t48628929648219', '48628936677493\t48629012064053\t48628962439001', '48628970073430\t48629045498584\t48628995585355', '48629003487857\t48629078883271\t48629028112959', '48629036898899\t48629112295823\t48629063795928', '48629070319732\t48629145779782\t48629096232178', '48629103730722\t48629179113375\t48629129724105', '48629137165253\t48629212527490\t48629162093271', '48629170549940\t48629245941813\t48629194937594', '48629203962492\t48629279372594\t48629228727803', '48629237446451\t48629312757230\t48629262747021', '48629270780044\t48629346176240\t48629296805667', '48629304194159\t48629379594573\t48629328925459', '48629337608482\t48629412995511\t48629363382282', '48629371039263\t48629446397646\t48629396296813', '48629404423899\t48629479800198\t48629429061084', '48629437842909\t48629513223375\t48629472505355', '48629471261242\t48629546633636\t48629502480511', '48629504662180\t48629580043532\t48629535222229', '48629538064315\t48629613450667\t48629577214625', '48629571466867\t48629646872334\t48629598116344', '48629604890044\t48629680274365\t48629630992229', '48629638300305\t48629713680667\t48629666876188', '48629671710201\t48629747112802\t48629699566604', '48629705117336\t48629780509052\t48629731061813', '48629738539003\t48629813914156\t48629767590302', '48629771941034\t48629847335927\t48629798871709', '48629805347336\t48629880747386\t48629830524417', '48629838779471\t48629914147229\t48629865393115', '48629872175721\t48629947577386\t48629897774104', '48629905580825\t48629980977229\t48629930145302', '48629939002596\t48630014380042\t48629964102386', '48629972414055\t48630047799677\t48629997780719', '48630005813898\t48630081212125\t48630031273531', '48630039244055\t48630114626969\t48630064714677', '48630072643898\t48630148051136\t48630099571136', '48630106046711\t48630181444104\t48630134534625', '48630139466346\t48630214856083\t48630165453010', '48630172878794\t48630248277854\t48630197621969', '48630206293638\t48630281676708\t48630231298010', '48630239717805\t48630315080406\t48630278719000', '48630273110773\t48630348508219\t48630299869052', '48630306522752\t48630381911292\t48630332227021', '48630339944523\t48630415316344\t48630367897542', '48630373343377\t48630448736240\t48630399404521', '48630406747075\t48630482143531\t48630431624365', '48630440174888\t48630515556031\t48630465733635', '48630473577961\t48630548975771\t48630499364990', '48630506983013\t48630582371969\t48630532548844', '48630540402909\t48630615787594\t48630566331031', '48630573810200\t48630649201239\t48630601978687', '48630607222700\t48630682608792\t48630633359885', '48630640642440\t48630716031448\t48630667523687', '48630674038638\t48630749438062\t48630699624000', '48630707454263\t48630782852333\t48630734858948', '48630740867908\t48630816282281\t48630767214260', '48630774275461\t48630853299937\t48630801060198', '48630824364784\t48630883079208\t48630832783739', '48630841104731\t48630916497906\t48630867856812', '48630874519002\t48630949917385\t48630901735041', '48630907948950\t48630983311708\t48630933068531', '48630944966606\t48631016721344\t48630968765666', '48630974745877\t48631050138791\t48631000170562', '48631008164575\t48631083548739\t48631033094156', '48631041584054\t48631116956396\t48631069140666', '48631074978377\t48631150376864\t48631100550146', '48631108388013\t48631183799937\t48631133314885', '48631141805460\t48631217187489\t48631166553843', '48631175215408\t48631250603427\t48631201764781', '48631208623065\t48631284011135\t48631233512281', '48631242043533\t48631317423062\t48631268487698', '48631275466606\t48631350850198\t48631300552229', '48631308854158\t48631384254104\t48631334040823', '48631342270096\t48631417657385\t48631373363843', '48631375677804\t48631451073635\t48631401097489', '48631409089731\t48631484491708\t48631433449260', '48631442516867\t48631517890770\t48631468200718', '48631475920773\t48631551308635\t48631503180041', '48631509324054\t48631584712020\t48631535486760', '48631542740304\t48631618123322\t48631568692593', '48631576158377\t48631651534833\t48631607282437', '48631609557439\t48631684949729\t48631641621916', '48631642975304\t48631718357177\t48631670437645', '48631676378689\t48631751769885\t48631703034677', '48631709789991\t48631785182541\t48631735419052', '48631743201502\t48631818587281\t48631768159052', '48631776616398\t48631852012072\t48631802265458', '48631810023846\t48631885477333\t48631835377749', '48631843436554\t48631918841916\t48631871923947', '48631876849210\t48631952257020\t48631904998739', '48631910253950\t48631985663791\t48631942783114', '48631943678741\t48632019066447\t48631973826187', '48631993810669\t48632052498999\t48632005884624', '48632010508585\t48632085908531\t48632040324260', '48632043923689\t48632119297124\t48632071861604', '48632077330460\t48632152717906\t48632103354572', '48632110733116\t48632186116499\t48632137382801', '48632144165668\t48632219537593\t48632170863739', '48632177575200\t48632252964989\t48632202626083', '48632210963793\t48632286355614\t48632236129260', '48632244384575\t48632319773270\t48632272271135', '48632277783168\t48632353176187\t48632304620458', '48632311204262\t48632386598114\t48632336758322', '48632344631658\t48632419999103\t48632370070353', '48632378022283\t48632453400510\t48632403888270', '48632411439939\t48632486816291\t48632438380405', '48632444842856\t48632520234833\t48632470648218', '48632478264783\t48632553636291\t48632504654155', '48632511665772\t48632587056343\t48632536260145', '48632545067179\t48632620465978\t48632570626187', '48632578482960\t48632653880405\t48632607140249', '48632611901502\t48632687284780\t48632638136499', '48632645302960\t48632720708843\t48632674162489', '48632678723012\t48632754111655\t48632704975093', '48632712132647\t48632787520562\t48632737644885', '48632745547074\t48632820932541\t48632772537853', '48632778951449\t48632854335509\t48632805075041', '48632812375512\t48632887750197\t48632845343895', '48632845778324\t48632921158478\t48632873933687', '48632879187231\t48632954573582\t48632905222437', '48632912599210\t48632987984207\t48632945563478', '48632946002178\t48633021393322\t48632977070874', '48632979416866\t48633054799468\t48633016754728', '48633012825147\t48633088219259\t48633043142957', '48633046240251\t48633121629207\t48633077792957', '48633079650876\t48633155056916\t48633105843947'] ['SurfaceView', '-', 'com.tectree.eto/com.epicgames.unreal.GameActivity#0'] [E 231222 14:59:56 android_fps:294] an exception hanpend in fps _collector_thread , reason unkown! [D 231222 14:59:56 android_fps:296] Traceback (most recent call last): File "C:\SoloX\solox\public\android_fps.py", line 269, in _collector_thread refresh_period, new_timestamps = self._get_surfaceflinger_frame_data() File "C:\SoloX\solox\public\android_fps.py", line 442, in _get_surfaceflinger_frame_data timestamp = [int(fields[0]), int(fields[1]), int(fields[2])] ValueError: invalid literal for int() with base 10: 'SurfaceView'

rafa0128 commented 7 months ago

改了,git pull,继续

JIUJIUs commented 7 months ago

卧槽有了,大佬牛逼!

image

192.168.10.209 - - [22/Dec/2023 15:10:26] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922681 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:26] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922685 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:26] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922683 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49256886066004\t49256981608917\t49256947696417', '49256942841837\t49257021701417\t49256990556678', '49256969643087\t49257061786209\t49257032623344', '49257009739024\t49257101934386\t49257074263396', '49257049828191\t49257142024907\t49257115862667', '49257089942253\t49257182075167\t49257157329959', '49257130034753\t49257222176730\t49257198698709', '49257320119548\t49257382543188\t49257322444125', '49257343601058\t49257422644177\t49257374359282', '49257383691579\t49257462724438\t49257419162146', '49257407075172\t49257502821677\t49257464194438', '49257447176735\t49257542917094\t49257509472302', '49257490876524\t49257583011365\t49257554482250', '49257530977513\t49257623117250\t49257598838604', '49257571057774\t49257683279073\t49257642739490', '49257611155013\t49257723352042\t49257687146573', '49257667917097\t49257763430479\t49257731166886', '49257708011368\t49257823584750\t49257783855479', '49257748117253\t49257863671990\t49257840875479', '49257824945743\t49257923829334\t49257896321938', '49257848352045\t49257983948500\t49257951256625', '49257905097149\t49258024048292\t49258002918917', '49257965251420\t49258084205323\t49258050442302', '49258005338660\t49258124284021\t49258095714750', '49258065496004\t49258164383604\t49258140178500', '49258108948503\t49258204486573\t49258182567823', '49258149048295\t49258264632823\t49258225081833', '49258192538659\t49258304720323\t49258266142198', '49258249284024\t49258344861365\t49258307351469', '49258289383607\t49258384896729\t49258348348135', '49258329486576\t49258424991208\t49258389288604', '49258372966159\t49258465092979\t49258430089333', '49258413053659\t49258505180948\t49258470835740', '49258453194701\t49258545281521\t49258511349750', '49258493230065\t49258585370375\t49258551816052', '49258533324544\t49258625545010\t49258593301365', '49258573426315\t49258665567042\t49258634671990', '49258613514284\t49258705654854\t49258675489125', '49258653614857\t49258745817302\t49258717453448', '49258693703711\t49258785856469\t49258758785271', '49258733878346\t49258825964125\t49258801478760', '49258773900378\t49258866045583\t49258843102094', '49258813988190\t49258906141052\t49258884434646', '49258870817305\t49258966274750\t49258926611416', '49258894189805\t49259006365427\t49258969057458', '49258967630795\t49259046461000\t49259010199802', '49258991045586\t49259086555635\t49259052280896', '49259031141055\t49259126706729\t49259093631989', '49259074608086\t49259166746885\t49259135333708', '49259114698763\t49259206842198\t49259179574177', '49259154794336\t49259266992562\t49259239999593', '49259194888971\t49259327127979\t49259303595010', '49259251706732\t49259407308448\t49259366295739', '49259325080222\t49259467450687\t49259428335531', '49259398508869\t49259527587510\t49259489607406', '49259568794651\t49259668033656\t49259644770114', '49259615641786\t49259728068135\t49259692126260', '49259659117358\t49259768162145\t49259738868239', '49259735920848\t49259808260427\t49259784744854', '49259752587515\t49259868396781\t49259828729020', '49259793033659\t49259908490270\t49259872636833', '49259853068138\t49259948595739\t49259916164177', '49259893162148\t49259988689020\t49259959664854', '49259933260430\t49260048839593\t49260016729437', '49259976730117\t49260108956468\t49260074992979', '49260033490273\t49260169119958\t49260130653656', '49260090262409\t49260209204020\t49260186721260', '49260163689024\t49260269404489\t49260239367041', '49260207172930\t49260329567353\t49260288476572', '49260267289805\t49260369587406\t49260335227874', '49260327453295\t49260409702562\t49260380546885', '49260350870690\t49260449806051\t49260424291208', '49260394404492\t49260489879541\t49260465152926', '49260437900689\t49260529969489\t49260506424853', '49260477920742\t49260570067874\t49260547450530', '49260518035898\t49260610154437\t49260588767405', '49260558139387\t49260670330687\t49260629798864', '49260598212877\t49260710411624\t49260672037457', '49260654969492\t49260750484749\t49260715469853', '49260695067877\t49260790599593\t49260756310426', '49260735154440\t49260830674957\t49260797095166', '49260778664023\t49260870767926\t49260838193551', '49260818744960\t49260910868707\t49260879900999', '49260858818085\t49260951053864\t49260922068447', '49260898932929\t49260991061416\t49260963066155', '49260939008293\t49261031148082\t49261004031155', '49260979101262\t49261071248082\t49261044901207', '49261019202043\t49261111332926\t49261086576989', '49261059387200\t49261151434593\t49261128461311', '49261099394752\t49261211577718\t49261171105218', '49261139481418\t49261251718655\t49261213274697', '49261196248085\t49261291760843\t49261255617822', '49261236332929\t49261331855218\t49261297477718', '49261276434596\t49261371944905\t49261339879801', '49261319911054\t49261412111103\t49261381479228', '49261360051991\t49261452150166\t49261423204488', '49261400094179\t49261492255166\t49261465049176', '49261440188554\t49261532350322\t49261508445843', '49261480278241\t49261592473030\t49261551834072', '49261537111106\t49261632565947\t49261595746728', '49261577150169\t49261672654124\t49261638829436', '49261617255169\t49261712749540\t49261681324488', '49261657350325\t49261752848395\t49261724647926', '49261700806366\t49261792935113\t49261767428603', '49261740899283\t49261833036624\t49261809811832', '49261780987460\t49261893174072\t49261852561207', '49261821082876\t49261933277353\t49261895436832', '49261877848398\t49261973366467\t49261938445686', '49261917935116\t49262013452353\t49261981296519', '49261958036627\t49262053554072\t49262023212822', '49262001507408\t49262093647092\t49262065317457', '49262041610689\t49262133748238\t49262107570738', '49262081699803\t49262173836415\t49262149896103', '49262121785689\t49262213930374\t49262192627144', '49262161887408\t49262274077561\t49262235354384', '49262201980428\t49262314167405\t49262277913551', '49262258748241\t49262354259592\t49262320338394', '49262298836418\t49262394360426\t49262363760217', '49262338930377\t49262434451051\t49262406556832', '49262382410897\t49262474550530\t49262450115009', '49262422500741\t49262534750478\t49262494086676', '49262462592928\t49262574787717\t49262538300061', '49262519360429\t49262614890582\t49262582274123', '49262559451054\t49262654981728\t49262627954592', '49262599550533\t49262695073186\t49262672594071', '49262659750481\t49262755211988\t49262717286623', '49262683121053\t49262795307665\t49262762072561', '49262739890585\t49262835396102\t49262806250425', '49262779981731\t49262875483394\t49262850249852', '49262820073189\t49262935658394\t49262894967457', '49262863545324\t49262975729384\t49262940873655', '49262920307668\t49263015826519\t49262985898863', '49262960396105\t49263075966154\t49263035967404', '49263000483397\t49263116060165\t49263084371884', '49263060658397\t49263176206154\t49263136305842', '49263100729387\t49263216288967\t49263188333811', '49263157493189\t49263276444175\t49263249971675', '49263217632824\t49263336588186\t49263312519800', '49263274393502\t49263416778811\t49263375957040', '49263351206158\t49263476920946\t49263436921571', '49263407955638\t49263517023811\t49263485138290', '49263468110846\t49263577182352\t49263544540008', '49263511588190\t49263637285581\t49263601993238', '49263575112148\t49263677482769\t49263656318394', '49263618587616\t49263737524227\t49263709790269', '49263675357148\t49263797671623\t49263759755790', '49263718849022\t49263837766050\t49263807171675', '49263778952251\t49263877920894\t49263854029175', '49263819149439\t9223372036854775807\t49263898857040'] 192.168.10.209 - - [22/Dec/2023 15:10:27] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922688 HTTP/1.1" 200 - ['49256886066004', '49256981608917', '49256947696417'] ['49256942841837', '49257021701417', '49256990556678'] ['49256969643087', '49257061786209', '49257032623344'] ['49257009739024', '49257101934386', '49257074263396'] ['49257049828191', '49257142024907', '49257115862667'] ['49257089942253', '49257182075167', '49257157329959'] ['49257130034753', '49257222176730', '49257198698709'] ['49257320119548', '49257382543188', '49257322444125'] ['49257343601058', '49257422644177', '49257374359282'] ['49257383691579', '49257462724438', '49257419162146'] ['49257407075172', '49257502821677', '49257464194438'] ['49257447176735', '49257542917094', '49257509472302'] ['49257490876524', '49257583011365', '49257554482250'] ['49257530977513', '49257623117250', '49257598838604'] ['49257571057774', '49257683279073', '49257642739490'] ['49257611155013', '49257723352042', '49257687146573'] ['49257667917097', '49257763430479', '49257731166886'] ['49257708011368', '49257823584750', '49257783855479'] ['49257748117253', '49257863671990', '49257840875479'] ['49257824945743', '49257923829334', '49257896321938'] ['49257848352045', '49257983948500', '49257951256625'] ['49257905097149', '49258024048292', '49258002918917'] ['49257965251420', '49258084205323', '49258050442302'] ['49258005338660', '49258124284021', '49258095714750'] ['49258065496004', '49258164383604', '49258140178500'] ['49258108948503', '49258204486573', '49258182567823'] ['49258149048295', '49258264632823', '49258225081833'] ['49258192538659', '49258304720323', '49258266142198'] ['49258249284024', '49258344861365', '49258307351469'] ['49258289383607', '49258384896729', '49258348348135'] ['49258329486576', '49258424991208', '49258389288604'] ['49258372966159', '49258465092979', '49258430089333'] ['49258413053659', '49258505180948', '49258470835740'] ['49258453194701', '49258545281521', '49258511349750'] ['49258493230065', '49258585370375', '49258551816052'] ['49258533324544', '49258625545010', '49258593301365'] ['49258573426315', '49258665567042', '49258634671990'] ['49258613514284', '49258705654854', '49258675489125'] ['49258653614857', '49258745817302', '49258717453448'] ['49258693703711', '49258785856469', '49258758785271'] ['49258733878346', '49258825964125', '49258801478760'] ['49258773900378', '49258866045583', '49258843102094'] ['49258813988190', '49258906141052', '49258884434646'] ['49258870817305', '49258966274750', '49258926611416'] ['49258894189805', '49259006365427', '49258969057458'] ['49258967630795', '49259046461000', '49259010199802'] ['49258991045586', '49259086555635', '49259052280896'] ['49259031141055', '49259126706729', '49259093631989'] ['49259074608086', '49259166746885', '49259135333708'] ['49259114698763', '49259206842198', '49259179574177'] ['49259154794336', '49259266992562', '49259239999593'] ['49259194888971', '49259327127979', '49259303595010'] ['49259251706732', '49259407308448', '49259366295739'] ['49259325080222', '49259467450687', '49259428335531'] ['49259398508869', '49259527587510', '49259489607406'] ['49259568794651', '49259668033656', '49259644770114'] ['49259615641786', '49259728068135', '49259692126260'] ['49259659117358', '49259768162145', '49259738868239'] ['49259735920848', '49259808260427', '49259784744854'] ['49259752587515', '49259868396781', '49259828729020'] ['49259793033659', '49259908490270', '49259872636833'] ['49259853068138', '49259948595739', '49259916164177'] ['49259893162148', '49259988689020', '49259959664854'] ['49259933260430', '49260048839593', '49260016729437'] ['49259976730117', '49260108956468', '49260074992979'] ['49260033490273', '49260169119958', '49260130653656'] ['49260090262409', '49260209204020', '49260186721260'] ['49260163689024', '49260269404489', '49260239367041'] ['49260207172930', '49260329567353', '49260288476572'] ['49260267289805', '49260369587406', '49260335227874'] ['49260327453295', '49260409702562', '49260380546885'] ['49260350870690', '49260449806051', '49260424291208'] ['49260394404492', '49260489879541', '49260465152926'] ['49260437900689', '49260529969489', '49260506424853'] ['49260477920742', '49260570067874', '49260547450530'] ['49260518035898', '49260610154437', '49260588767405'] ['49260558139387', '49260670330687', '49260629798864'] ['49260598212877', '49260710411624', '49260672037457'] ['49260654969492', '49260750484749', '49260715469853'] ['49260695067877', '49260790599593', '49260756310426'] ['49260735154440', '49260830674957', '49260797095166'] ['49260778664023', '49260870767926', '49260838193551'] ['49260818744960', '49260910868707', '49260879900999'] ['49260858818085', '49260951053864', '49260922068447'] ['49260898932929', '49260991061416', '49260963066155'] ['49260939008293', '49261031148082', '49261004031155'] ['49260979101262', '49261071248082', '49261044901207'] ['49261019202043', '49261111332926', '49261086576989'] ['49261059387200', '49261151434593', '49261128461311'] ['49261099394752', '49261211577718', '49261171105218'] ['49261139481418', '49261251718655', '49261213274697'] ['49261196248085', '49261291760843', '49261255617822'] ['49261236332929', '49261331855218', '49261297477718'] ['49261276434596', '49261371944905', '49261339879801'] ['49261319911054', '49261412111103', '49261381479228'] ['49261360051991', '49261452150166', '49261423204488'] ['49261400094179', '49261492255166', '49261465049176'] ['49261440188554', '49261532350322', '49261508445843'] ['49261480278241', '49261592473030', '49261551834072'] ['49261537111106', '49261632565947', '49261595746728'] ['49261577150169', '49261672654124', '49261638829436'] ['49261617255169', '49261712749540', '49261681324488'] ['49261657350325', '49261752848395', '49261724647926'] ['49261700806366', '49261792935113', '49261767428603'] ['49261740899283', '49261833036624', '49261809811832'] ['49261780987460', '49261893174072', '49261852561207'] ['49261821082876', '49261933277353', '49261895436832'] ['49261877848398', '49261973366467', '49261938445686'] ['49261917935116', '49262013452353', '49261981296519'] ['49261958036627', '49262053554072', '49262023212822'] ['49262001507408', '49262093647092', '49262065317457'] ['49262041610689', '49262133748238', '49262107570738'] ['49262081699803', '49262173836415', '49262149896103'] ['49262121785689', '49262213930374', '49262192627144'] ['49262161887408', '49262274077561', '49262235354384'] ['49262201980428', '49262314167405', '49262277913551'] ['49262258748241', '49262354259592', '49262320338394'] ['49262298836418', '49262394360426', '49262363760217'] ['49262338930377', '49262434451051', '49262406556832'] ['49262382410897', '49262474550530', '49262450115009'] ['49262422500741', '49262534750478', '49262494086676'] ['49262462592928', '49262574787717', '49262538300061'] ['49262519360429', '49262614890582', '49262582274123'] ['49262559451054', '49262654981728', '49262627954592'] ['49262599550533', '49262695073186', '49262672594071'] ['49262659750481', '49262755211988', '49262717286623'] ['49262683121053', '49262795307665', '49262762072561'] ['49262739890585', '49262835396102', '49262806250425'] ['49262779981731', '49262875483394', '49262850249852'] ['49262820073189', '49262935658394', '49262894967457'] ['49262863545324', '49262975729384', '49262940873655'] ['49262920307668', '49263015826519', '49262985898863'] ['49262960396105', '49263075966154', '49263035967404'] ['49263000483397', '49263116060165', '49263084371884'] ['49263060658397', '49263176206154', '49263136305842'] ['49263100729387', '49263216288967', '49263188333811'] ['49263157493189', '49263276444175', '49263249971675'] ['49263217632824', '49263336588186', '49263312519800'] ['49263274393502', '49263416778811', '49263375957040'] ['49263351206158', '49263476920946', '49263436921571'] ['49263407955638', '49263517023811', '49263485138290'] ['49263468110846', '49263577182352', '49263544540008'] ['49263511588190', '49263637285581', '49263601993238'] ['49263575112148', '49263677482769', '49263656318394'] ['49263618587616', '49263737524227', '49263709790269'] ['49263675357148', '49263797671623', '49263759755790'] ['49263718849022', '49263837766050', '49263807171675'] ['49263778952251', '49263877920894', '49263854029175'] ['49263819149439', '9223372036854775807', '49263898857040'] 192.168.10.209 - - [22/Dec/2023 15:10:27] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&_=1703228922689 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:27] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922686 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:27] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922690 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:28] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922687 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:29] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922684 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:29] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922693 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:29] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&_=1703228922691 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:30] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922692 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49260327453295\t49260409702562\t49260380546885', '49260350870690\t49260449806051\t49260424291208', '49260394404492\t49260489879541\t49260465152926', '49260437900689\t49260529969489\t49260506424853', '49260477920742\t49260570067874\t49260547450530', '49260518035898\t49260610154437\t49260588767405', '49260558139387\t49260670330687\t49260629798864', '49260598212877\t49260710411624\t49260672037457', '49260654969492\t49260750484749\t49260715469853', '49260695067877\t49260790599593\t49260756310426', '49260735154440\t49260830674957\t49260797095166', '49260778664023\t49260870767926\t49260838193551', '49260818744960\t49260910868707\t49260879900999', '49260858818085\t49260951053864\t49260922068447', '49260898932929\t49260991061416\t49260963066155', '49260939008293\t49261031148082\t49261004031155', '49260979101262\t49261071248082\t49261044901207', '49261019202043\t49261111332926\t49261086576989', '49261059387200\t49261151434593\t49261128461311', '49261099394752\t49261211577718\t49261171105218', '49261139481418\t49261251718655\t49261213274697', '49261196248085\t49261291760843\t49261255617822', '49261236332929\t49261331855218\t49261297477718', '49261276434596\t49261371944905\t49261339879801', '49261319911054\t49261412111103\t49261381479228', '49261360051991\t49261452150166\t49261423204488', '49261400094179\t49261492255166\t49261465049176', '49261440188554\t49261532350322\t49261508445843', '49261480278241\t49261592473030\t49261551834072', '49261537111106\t49261632565947\t49261595746728', '49261577150169\t49261672654124\t49261638829436', '49261617255169\t49261712749540\t49261681324488', '49261657350325\t49261752848395\t49261724647926', '49261700806366\t49261792935113\t49261767428603', '49261740899283\t49261833036624\t49261809811832', '49261780987460\t49261893174072\t49261852561207', '49261821082876\t49261933277353\t49261895436832', '49261877848398\t49261973366467\t49261938445686', '49261917935116\t49262013452353\t49261981296519', '49261958036627\t49262053554072\t49262023212822', '49262001507408\t49262093647092\t49262065317457', '49262041610689\t49262133748238\t49262107570738', '49262081699803\t49262173836415\t49262149896103', '49262121785689\t49262213930374\t49262192627144', '49262161887408\t49262274077561\t49262235354384', '49262201980428\t49262314167405\t49262277913551', '49262258748241\t49262354259592\t49262320338394', '49262298836418\t49262394360426\t49262363760217', '49262338930377\t49262434451051\t49262406556832', '49262382410897\t49262474550530\t49262450115009', '49262422500741\t49262534750478\t49262494086676', '49262462592928\t49262574787717\t49262538300061', '49262519360429\t49262614890582\t49262582274123', '49262559451054\t49262654981728\t49262627954592', '49262599550533\t49262695073186\t49262672594071', '49262659750481\t49262755211988\t49262717286623', '49262683121053\t49262795307665\t49262762072561', '49262739890585\t49262835396102\t49262806250425', '49262779981731\t49262875483394\t49262850249852', '49262820073189\t49262935658394\t49262894967457', '49262863545324\t49262975729384\t49262940873655', '49262920307668\t49263015826519\t49262985898863', '49262960396105\t49263075966154\t49263035967404', '49263000483397\t49263116060165\t49263084371884', '49263060658397\t49263176206154\t49263136305842', '49263100729387\t49263216288967\t49263188333811', '49263157493189\t49263276444175\t49263249971675', '49263217632824\t49263336588186\t49263312519800', '49263274393502\t49263416778811\t49263375957040', '49263351206158\t49263476920946\t49263436921571', '49263407955638\t49263517023811\t49263485138290', '49263468110846\t49263577182352\t49263544540008', '49263511588190\t49263637285581\t49263601993238', '49263575112148\t49263677482769\t49263656318394', '49263618587616\t49263737524227\t49263709790269', '49263675357148\t49263797671623\t49263759755790', '49263718849022\t49263837766050\t49263807171675', '49263778952251\t49263877920894\t49263854029175', '49263819149439\t49263937994383\t49263898857040', '49263895857564\t49263978174696\t49263945231206', '49263956004960\t49264018197925\t49263985939227', '49263979432720\t49264058285685\t49264029088081', '49264002920897\t49264098386727\t49264071931258', '49264062994386\t49264138590581\t49264115778446', '49264086508032\t49264198638289\t49264158021050', '49264126531261\t49264238723498\t49264201363758', '49264183285688\t49264278813394\t49264244459123', '49264240053397\t49264318924435\t49264287651987', '49264280257251\t49264359011831\t49264330742873', '49264306971625\t49264399125946\t49264374355529', '49264347056834\t49264439179123\t49264417706727', '49264387146730\t49264499356831\t49264460358133', '49264427257771\t49264539414279\t49264503731935', '49264484011834\t49264579517612\t49264546669904', '49264524125949\t49264619614696\t49264589708446', '49264564179126\t49264659703237\t49264632651727', '49264607690167\t49264699799279\t49264676092196', '49264647747615\t49264759942404\t49264718957404', '49264687850948\t49264800032456\t49264762623966', '49264744614699\t49264840150685\t49264805398862', '49264784703240\t49264880225425\t49264848366466', '49264824799282\t49264920306623\t49264892694018', '49264868275740\t49264980465425\t49264939676779', '49264908365792\t49265020558081\t49264988358966', '49264965150688\t49265080692977\t49265052781622', '49265005225428\t49265140833237\t49265119691310', '49265061973293\t49265221017872\t49265187123706', '49265122132095\t49265281159331\t49265253410997', '49265212224752\t49265341310581\t49265320169227', '49265272359648\t49265401448445\t49265367461987', '49265332499908\t49265443059226\t49265413407091', '49265396017876\t49265481638706\t49265458104435', '49265439492668\t49265541785112\t49265503039226', '49265466310584\t49265581873601\t49265548395529', '49265543115115\t49265621966414\t49265595494487', '49265584725896\t49265682118706\t49265641536935', '49265606638709\t49265722216518\t49265689476831', '49265683451782\t49265762339383\t49265737654278', '49265706873604\t49265822448289\t49265785043081', '49265746966417\t49265862532455\t49265832281362', '49265807118709\t49265902644747\t49265878310528', '49265847216521\t49265962788705\t49265925095841', '49265887339386\t49266002876987\t49265971387299', '49265964114959\t49266042964018\t49266018334018', '49265987532458\t49266103119539\t49266064826101', '49266027644750\t49266143200632\t49266111353237', '49266104455375\t49266183291830\t49266157570424', '49266127876990\t49266243430164\t49266203680685', '49266167964021\t49266283545112\t49266249895112', '49266228119542\t49266323633497\t49266295119226', '49266284867302\t49266363734122\t49266340760632', '49266308291833\t49266423862924\t49266385823809', '49266351763500\t49266463957924\t49266431090372', '49266408545115\t49266504077403\t49266476606674', '49266465300167\t49266544160372\t49266521948445', '49266488734125\t49266604292768\t49266566857507', '49266532196260\t49266644378236\t49266611943757', '49266588957927\t49266684478028\t49266657039747', '49266629077406\t49266724577195\t49266701853705', '49266669160375\t49266784709695\t49266746905424', '49266712626104\t49266824813809\t49266791766882', '49266769378239\t49266864905684\t49266836785320', '49266809478031\t49266904994330\t49266881565163', '49266849577198\t49266965136518\t49266926664591', '49266893043031\t49267005249590\t49266971336778', '49266949813812\t49267045317976\t49267016343288', '49266989905687\t49267085419538\t49267060855424', '49267029994333\t49267145559018\t49267105446882', '49267073469854\t9223372036854775807\t49267150622351'] 192.168.10.209 - - [22/Dec/2023 15:10:30] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&_=1703228922696 HTTP/1.1" 200 - ['49260327453295', '49260409702562', '49260380546885'] ['49260350870690', '49260449806051', '49260424291208'] ['49260394404492', '49260489879541', '49260465152926'] ['49260437900689', '49260529969489', '49260506424853'] ['49260477920742', '49260570067874', '49260547450530'] ['49260518035898', '49260610154437', '49260588767405'] ['49260558139387', '49260670330687', '49260629798864'] ['49260598212877', '49260710411624', '49260672037457'] ['49260654969492', '49260750484749', '49260715469853'] ['49260695067877', '49260790599593', '49260756310426'] ['49260735154440', '49260830674957', '49260797095166'] ['49260778664023', '49260870767926', '49260838193551'] ['49260818744960', '49260910868707', '49260879900999'] ['49260858818085', '49260951053864', '49260922068447'] ['49260898932929', '49260991061416', '49260963066155'] ['49260939008293', '49261031148082', '49261004031155'] ['49260979101262', '49261071248082', '49261044901207'] ['49261019202043', '49261111332926', '49261086576989'] ['49261059387200', '49261151434593', '49261128461311'] ['49261099394752', '49261211577718', '49261171105218'] ['49261139481418', '49261251718655', '49261213274697'] ['49261196248085', '49261291760843', '49261255617822'] ['49261236332929', '49261331855218', '49261297477718'] ['49261276434596', '49261371944905', '49261339879801'] ['49261319911054', '49261412111103', '49261381479228'] ['49261360051991', '49261452150166', '49261423204488'] ['49261400094179', '49261492255166', '49261465049176'] ['49261440188554', '49261532350322', '49261508445843'] ['49261480278241', '49261592473030', '49261551834072'] ['49261537111106', '49261632565947', '49261595746728'] ['49261577150169', '49261672654124', '49261638829436'] ['49261617255169', '49261712749540', '49261681324488'] ['49261657350325', '49261752848395', '49261724647926'] ['49261700806366', '49261792935113', '49261767428603'] ['49261740899283', '49261833036624', '49261809811832'] ['49261780987460', '49261893174072', '49261852561207'] ['49261821082876', '49261933277353', '49261895436832'] ['49261877848398', '49261973366467', '49261938445686'] ['49261917935116', '49262013452353', '49261981296519'] ['49261958036627', '49262053554072', '49262023212822'] ['49262001507408', '49262093647092', '49262065317457'] ['49262041610689', '49262133748238', '49262107570738'] ['49262081699803', '49262173836415', '49262149896103'] ['49262121785689', '49262213930374', '49262192627144'] ['49262161887408', '49262274077561', '49262235354384'] ['49262201980428', '49262314167405', '49262277913551'] ['49262258748241', '49262354259592', '49262320338394'] ['49262298836418', '49262394360426', '49262363760217'] ['49262338930377', '49262434451051', '49262406556832'] ['49262382410897', '49262474550530', '49262450115009'] ['49262422500741', '49262534750478', '49262494086676'] ['49262462592928', '49262574787717', '49262538300061'] ['49262519360429', '49262614890582', '49262582274123'] ['49262559451054', '49262654981728', '49262627954592'] ['49262599550533', '49262695073186', '49262672594071'] ['49262659750481', '49262755211988', '49262717286623'] ['49262683121053', '49262795307665', '49262762072561'] ['49262739890585', '49262835396102', '49262806250425'] ['49262779981731', '49262875483394', '49262850249852'] ['49262820073189', '49262935658394', '49262894967457'] ['49262863545324', '49262975729384', '49262940873655'] ['49262920307668', '49263015826519', '49262985898863'] ['49262960396105', '49263075966154', '49263035967404'] ['49263000483397', '49263116060165', '49263084371884'] ['49263060658397', '49263176206154', '49263136305842'] ['49263100729387', '49263216288967', '49263188333811'] ['49263157493189', '49263276444175', '49263249971675'] ['49263217632824', '49263336588186', '49263312519800'] ['49263274393502', '49263416778811', '49263375957040'] ['49263351206158', '49263476920946', '49263436921571'] ['49263407955638', '49263517023811', '49263485138290'] ['49263468110846', '49263577182352', '49263544540008'] ['49263511588190', '49263637285581', '49263601993238'] ['49263575112148', '49263677482769', '49263656318394'] ['49263618587616', '49263737524227', '49263709790269'] ['49263675357148', '49263797671623', '49263759755790'] ['49263718849022', '49263837766050', '49263807171675'] ['49263778952251', '49263877920894', '49263854029175'] ['49263819149439', '49263937994383', '49263898857040'] ['49263895857564', '49263978174696', '49263945231206'] ['49263956004960', '49264018197925', '49263985939227'] ['49263979432720', '49264058285685', '49264029088081'] ['49264002920897', '49264098386727', '49264071931258'] ['49264062994386', '49264138590581', '49264115778446'] ['49264086508032', '49264198638289', '49264158021050'] ['49264126531261', '49264238723498', '49264201363758'] ['49264183285688', '49264278813394', '49264244459123'] ['49264240053397', '49264318924435', '49264287651987'] ['49264280257251', '49264359011831', '49264330742873'] ['49264306971625', '49264399125946', '49264374355529'] ['49264347056834', '49264439179123', '49264417706727'] ['49264387146730', '49264499356831', '49264460358133'] ['49264427257771', '49264539414279', '49264503731935'] ['49264484011834', '49264579517612', '49264546669904'] ['49264524125949', '49264619614696', '49264589708446'] ['49264564179126', '49264659703237', '49264632651727'] ['49264607690167', '49264699799279', '49264676092196'] ['49264647747615', '49264759942404', '49264718957404'] ['49264687850948', '49264800032456', '49264762623966'] ['49264744614699', '49264840150685', '49264805398862'] ['49264784703240', '49264880225425', '49264848366466'] ['49264824799282', '49264920306623', '49264892694018'] ['49264868275740', '49264980465425', '49264939676779'] ['49264908365792', '49265020558081', '49264988358966'] ['49264965150688', '49265080692977', '49265052781622'] ['49265005225428', '49265140833237', '49265119691310'] ['49265061973293', '49265221017872', '49265187123706'] ['49265122132095', '49265281159331', '49265253410997'] ['49265212224752', '49265341310581', '49265320169227'] ['49265272359648', '49265401448445', '49265367461987'] ['49265332499908', '49265443059226', '49265413407091'] ['49265396017876', '49265481638706', '49265458104435'] ['49265439492668', '49265541785112', '49265503039226'] ['49265466310584', '49265581873601', '49265548395529'] ['49265543115115', '49265621966414', '49265595494487'] ['49265584725896', '49265682118706', '49265641536935'] ['49265606638709', '49265722216518', '49265689476831'] ['49265683451782', '49265762339383', '49265737654278'] ['49265706873604', '49265822448289', '49265785043081'] ['49265746966417', '49265862532455', '49265832281362'] ['49265807118709', '49265902644747', '49265878310528'] ['49265847216521', '49265962788705', '49265925095841'] ['49265887339386', '49266002876987', '49265971387299'] ['49265964114959', '49266042964018', '49266018334018'] ['49265987532458', '49266103119539', '49266064826101'] ['49266027644750', '49266143200632', '49266111353237'] ['49266104455375', '49266183291830', '49266157570424'] ['49266127876990', '49266243430164', '49266203680685'] ['49266167964021', '49266283545112', '49266249895112'] ['49266228119542', '49266323633497', '49266295119226'] ['49266284867302', '49266363734122', '49266340760632'] ['49266308291833', '49266423862924', '49266385823809'] ['49266351763500', '49266463957924', '49266431090372'] ['49266408545115', '49266504077403', '49266476606674'] ['49266465300167', '49266544160372', '49266521948445'] ['49266488734125', '49266604292768', '49266566857507'] ['49266532196260', '49266644378236', '49266611943757'] ['49266588957927', '49266684478028', '49266657039747'] ['49266629077406', '49266724577195', '49266701853705'] ['49266669160375', '49266784709695', '49266746905424'] ['49266712626104', '49266824813809', '49266791766882'] ['49266769378239', '49266864905684', '49266836785320'] ['49266809478031', '49266904994330', '49266881565163'] ['49266849577198', '49266965136518', '49266926664591'] ['49266893043031', '49267005249590', '49266971336778'] ['49266949813812', '49267045317976', '49267016343288'] ['49266989905687', '49267085419538', '49267060855424'] ['49267029994333', '49267145559018', '49267105446882'] ['49267073469854', '9223372036854775807', '49267150622351'] 192.168.10.209 - - [22/Dec/2023 15:10:30] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922694 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:31] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922697 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:32] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&_=1703228922699 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:32] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922698 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:33] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922702 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:33] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922701 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:33] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&_=1703228922695 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49262920307668\t49263015826519\t49262985898863', '49262960396105\t49263075966154\t49263035967404', '49263000483397\t49263116060165\t49263084371884', '49263060658397\t49263176206154\t49263136305842', '49263100729387\t49263216288967\t49263188333811', '49263157493189\t49263276444175\t49263249971675', '49263217632824\t49263336588186\t49263312519800', '49263274393502\t49263416778811\t49263375957040', '49263351206158\t49263476920946\t49263436921571', '49263407955638\t49263517023811\t49263485138290', '49263468110846\t49263577182352\t49263544540008', '49263511588190\t49263637285581\t49263601993238', '49263575112148\t49263677482769\t49263656318394', '49263618587616\t49263737524227\t49263709790269', '49263675357148\t49263797671623\t49263759755790', '49263718849022\t49263837766050\t49263807171675', '49263778952251\t49263877920894\t49263854029175', '49263819149439\t49263937994383\t49263898857040', '49263895857564\t49263978174696\t49263945231206', '49263956004960\t49264018197925\t49263985939227', '49263979432720\t49264058285685\t49264029088081', '49264002920897\t49264098386727\t49264071931258', '49264062994386\t49264138590581\t49264115778446', '49264086508032\t49264198638289\t49264158021050', '49264126531261\t49264238723498\t49264201363758', '49264183285688\t49264278813394\t49264244459123', '49264240053397\t49264318924435\t49264287651987', '49264280257251\t49264359011831\t49264330742873', '49264306971625\t49264399125946\t49264374355529', '49264347056834\t49264439179123\t49264417706727', '49264387146730\t49264499356831\t49264460358133', '49264427257771\t49264539414279\t49264503731935', '49264484011834\t49264579517612\t49264546669904', '49264524125949\t49264619614696\t49264589708446', '49264564179126\t49264659703237\t49264632651727', '49264607690167\t49264699799279\t49264676092196', '49264647747615\t49264759942404\t49264718957404', '49264687850948\t49264800032456\t49264762623966', '49264744614699\t49264840150685\t49264805398862', '49264784703240\t49264880225425\t49264848366466', '49264824799282\t49264920306623\t49264892694018', '49264868275740\t49264980465425\t49264939676779', '49264908365792\t49265020558081\t49264988358966', '49264965150688\t49265080692977\t49265052781622', '49265005225428\t49265140833237\t49265119691310', '49265061973293\t49265221017872\t49265187123706', '49265122132095\t49265281159331\t49265253410997', '49265212224752\t49265341310581\t49265320169227', '49265272359648\t49265401448445\t49265367461987', '49265332499908\t49265443059226\t49265413407091', '49265396017876\t49265481638706\t49265458104435', '49265439492668\t49265541785112\t49265503039226', '49265466310584\t49265581873601\t49265548395529', '49265543115115\t49265621966414\t49265595494487', '49265584725896\t49265682118706\t49265641536935', '49265606638709\t49265722216518\t49265689476831', '49265683451782\t49265762339383\t49265737654278', '49265706873604\t49265822448289\t49265785043081', '49265746966417\t49265862532455\t49265832281362', '49265807118709\t49265902644747\t49265878310528', '49265847216521\t49265962788705\t49265925095841', '49265887339386\t49266002876987\t49265971387299', '49265964114959\t49266042964018\t49266018334018', '49265987532458\t49266103119539\t49266064826101', '49266027644750\t49266143200632\t49266111353237', '49266104455375\t49266183291830\t49266157570424', '49266127876990\t49266243430164\t49266203680685', '49266167964021\t49266283545112\t49266249895112', '49266228119542\t49266323633497\t49266295119226', '49266284867302\t49266363734122\t49266340760632', '49266308291833\t49266423862924\t49266385823809', '49266351763500\t49266463957924\t49266431090372', '49266408545115\t49266504077403\t49266476606674', '49266465300167\t49266544160372\t49266521948445', '49266488734125\t49266604292768\t49266566857507', '49266532196260\t49266644378236\t49266611943757', '49266588957927\t49266684478028\t49266657039747', '49266629077406\t49266724577195\t49266701853705', '49266669160375\t49266784709695\t49266746905424', '49266712626104\t49266824813809\t49266791766882', '49266769378239\t49266864905684\t49266836785320', '49266809478031\t49266904994330\t49266881565163', '49266849577198\t49266965136518\t49266926664591', '49266893043031\t49267005249590\t49266971336778', '49266949813812\t49267045317976\t49267016343288', '49266989905687\t49267085419538\t49267060855424', '49267029994333\t49267145559018\t49267105446882', '49267073469854\t49267185662195\t49267150622351', '49267130249593\t49267225767872\t49267195376049', '49267170317979\t49267265851049\t49267239188653', '49267227086208\t49267305944174\t49267283815007', '49267287225688\t49267366089434\t49267328254851', '49267310662198\t49267406186674\t49267372999330', '49267350767875\t49267446275163\t49267417146309', '49267390851052\t49267486369747\t49267461667715', '49267447610844\t49267546526986\t49267505952351', '49267474422770\t49267586601830\t49267550767924', '49267531186677\t49267626689278\t49267594963340', '49267587941833\t49267666796413\t49267638954746', '49267628036417\t49267706891049\t49267683456621', '49267654860322\t49267767123653\t49267727644226', '49267694935166\t49267807123601\t49267771981934', '49267751689281\t49267847278705\t49267817275944', '49267808463083\t49267887313236\t49267861262715', '49267831891052\t49267927409278\t49267905665007', '49267875456989\t49267987551569\t49267949424278', '49267915456937\t49268027647351\t49267993400111', '49267972278708\t49268067742663\t49268037245476', '49268012313239\t49268107839955\t49268081263496', '49268052409281\t49268147935580\t49268125311830', '49268095884905\t49268208072403\t49268169973861', '49268135980687\t49268248168861\t49268215274538', '49268192742666\t49268288260684\t49268260122611', '49268232839958\t49268328355527\t49268305167871', '49268272935583\t49268388495059\t49268350093809', '49268316405739\t49268428591725\t49268394861205', '49268373168864\t49268468683080\t49268439337923', '49268413260687\t49268508786882\t49268484167663', '49268453355530\t49268548874434\t49268527684434', '49268496828395\t49268609014902\t49268572016882', '49268536925061\t49268649109329\t49268615938340', '49268593683083\t49268689210319\t49268659179486', '49268633786885\t49268729302194\t49268702725163', '49268673874437\t49268789431152\t49268752931934', '49268717348238\t49268829548652\t49268801457506', '49268774109332\t49268889674642\t49268848691361', '49268814210322\t49268929781361\t49268898556829', '49268870968864\t49268969877038\t49268945780996', '49268931097822\t49269030012246\t49269001332402', '49268954548655\t49269090152923\t49269060172767', '49269014674645\t49269150287506\t49269119901465', '49269088114698\t49269210444173\t49269177880892', '49269144877042\t49269270580371\t49269231327402', '49269205012250\t49269310670579\t49269281275683', '49269265152927\t49269370806517\t49269334921673', '49269308620843\t49269430958131\t49269400816881', '49269368777510\t49269491092923\t49269468951621', '49269428913708\t49269571376933\t49269535082871', '49269485670583\t49269631445527\t49269600601048', '49269562473188\t49269671531673\t49269643842558', '49269622624802\t49269711636256\t49269687107194', '49269682759594\t49269751722871\t49269729933912', '49269696376936\t49269811908496\t49269771563704', '49269739778863\t49269851963652\t49269812689016', '49269796531676\t49269892069329\t49269856244641', '49269836636259\t49269932143287\t49269897477246', '49269876722874\t49269972245579\t49269938257089', '49269920241832\t49270012324329\t49269980063079', '49269960296988\t49270052428704\t49270022000371'] ['49262920307668', '49263015826519', '49262985898863'] ['49262960396105', '49263075966154', '49263035967404'] ['49263000483397', '49263116060165', '49263084371884'] ['49263060658397', '49263176206154', '49263136305842'] ['49263100729387', '49263216288967', '49263188333811'] ['49263157493189', '49263276444175', '49263249971675'] ['49263217632824', '49263336588186', '49263312519800'] ['49263274393502', '49263416778811', '49263375957040'] ['49263351206158', '49263476920946', '49263436921571'] ['49263407955638', '49263517023811', '49263485138290'] ['49263468110846', '49263577182352', '49263544540008'] ['49263511588190', '49263637285581', '49263601993238'] ['49263575112148', '49263677482769', '49263656318394'] ['49263618587616', '49263737524227', '49263709790269'] ['49263675357148', '49263797671623', '49263759755790'] ['49263718849022', '49263837766050', '49263807171675'] ['49263778952251', '49263877920894', '49263854029175'] ['49263819149439', '49263937994383', '49263898857040'] ['49263895857564', '49263978174696', '49263945231206'] ['49263956004960', '49264018197925', '49263985939227'] ['49263979432720', '49264058285685', '49264029088081'] ['49264002920897', '49264098386727', '49264071931258'] ['49264062994386', '49264138590581', '49264115778446'] ['49264086508032', '49264198638289', '49264158021050'] ['49264126531261', '49264238723498', '49264201363758'] ['49264183285688', '49264278813394', '49264244459123'] ['49264240053397', '49264318924435', '49264287651987'] ['49264280257251', '49264359011831', '49264330742873'] ['49264306971625', '49264399125946', '49264374355529'] ['49264347056834', '49264439179123', '49264417706727'] ['49264387146730', '49264499356831', '49264460358133'] ['49264427257771', '49264539414279', '49264503731935'] ['49264484011834', '49264579517612', '49264546669904'] ['49264524125949', '49264619614696', '49264589708446'] ['49264564179126', '49264659703237', '49264632651727'] ['49264607690167', '49264699799279', '49264676092196'] ['49264647747615', '49264759942404', '49264718957404'] ['49264687850948', '49264800032456', '49264762623966'] ['49264744614699', '49264840150685', '49264805398862'] ['49264784703240', '49264880225425', '49264848366466'] ['49264824799282', '49264920306623', '49264892694018'] ['49264868275740', '49264980465425', '49264939676779'] ['49264908365792', '49265020558081', '49264988358966'] ['49264965150688', '49265080692977', '49265052781622'] ['49265005225428', '49265140833237', '49265119691310'] ['49265061973293', '49265221017872', '49265187123706'] ['49265122132095', '49265281159331', '49265253410997'] ['49265212224752', '49265341310581', '49265320169227'] ['49265272359648', '49265401448445', '49265367461987'] ['49265332499908', '49265443059226', '49265413407091'] ['49265396017876', '49265481638706', '49265458104435'] ['49265439492668', '49265541785112', '49265503039226'] ['49265466310584', '49265581873601', '49265548395529'] ['49265543115115', '49265621966414', '49265595494487'] ['49265584725896', '49265682118706', '49265641536935'] ['49265606638709', '49265722216518', '49265689476831'] ['49265683451782', '49265762339383', '49265737654278'] ['49265706873604', '49265822448289', '49265785043081'] ['49265746966417', '49265862532455', '49265832281362'] ['49265807118709', '49265902644747', '49265878310528'] ['49265847216521', '49265962788705', '49265925095841'] ['49265887339386', '49266002876987', '49265971387299'] ['49265964114959', '49266042964018', '49266018334018'] ['49265987532458', '49266103119539', '49266064826101'] ['49266027644750', '49266143200632', '49266111353237'] ['49266104455375', '49266183291830', '49266157570424'] ['49266127876990', '49266243430164', '49266203680685'] ['49266167964021', '49266283545112', '49266249895112'] ['49266228119542', '49266323633497', '49266295119226'] ['49266284867302', '49266363734122', '49266340760632'] ['49266308291833', '49266423862924', '49266385823809'] ['49266351763500', '49266463957924', '49266431090372'] ['49266408545115', '49266504077403', '49266476606674'] ['49266465300167', '49266544160372', '49266521948445'] ['49266488734125', '49266604292768', '49266566857507'] ['49266532196260', '49266644378236', '49266611943757'] ['49266588957927', '49266684478028', '49266657039747'] ['49266629077406', '49266724577195', '49266701853705'] ['49266669160375', '49266784709695', '49266746905424'] ['49266712626104', '49266824813809', '49266791766882'] ['49266769378239', '49266864905684', '49266836785320'] ['49266809478031', '49266904994330', '49266881565163'] ['49266849577198', '49266965136518', '49266926664591'] ['49266893043031', '49267005249590', '49266971336778'] ['49266949813812', '49267045317976', '49267016343288'] ['49266989905687', '49267085419538', '49267060855424'] ['49267029994333', '49267145559018', '49267105446882'] ['49267073469854', '49267185662195', '49267150622351'] ['49267130249593', '49267225767872', '49267195376049'] ['49267170317979', '49267265851049', '49267239188653'] ['49267227086208', '49267305944174', '49267283815007'] ['49267287225688', '49267366089434', '49267328254851'] ['49267310662198', '49267406186674', '49267372999330'] ['49267350767875', '49267446275163', '49267417146309'] ['49267390851052', '49267486369747', '49267461667715'] ['49267447610844', '49267546526986', '49267505952351'] ['49267474422770', '49267586601830', '49267550767924'] ['49267531186677', '49267626689278', '49267594963340'] ['49267587941833', '49267666796413', '49267638954746'] ['49267628036417', '49267706891049', '49267683456621'] ['49267654860322', '49267767123653', '49267727644226'] ['49267694935166', '49267807123601', '49267771981934'] ['49267751689281', '49267847278705', '49267817275944'] ['49267808463083', '49267887313236', '49267861262715'] ['49267831891052', '49267927409278', '49267905665007'] ['49267875456989', '49267987551569', '49267949424278'] ['49267915456937', '49268027647351', '49267993400111'] ['49267972278708', '49268067742663', '49268037245476'] ['49268012313239', '49268107839955', '49268081263496'] ['49268052409281', '49268147935580', '49268125311830'] ['49268095884905', '49268208072403', '49268169973861'] ['49268135980687', '49268248168861', '49268215274538'] ['49268192742666', '49268288260684', '49268260122611'] ['49268232839958', '49268328355527', '49268305167871'] ['49268272935583', '49268388495059', '49268350093809'] ['49268316405739', '49268428591725', '49268394861205'] ['49268373168864', '49268468683080', '49268439337923'] ['49268413260687', '49268508786882', '49268484167663'] ['49268453355530', '49268548874434', '49268527684434'] ['49268496828395', '49268609014902', '49268572016882'] ['49268536925061', '49268649109329', '49268615938340'] ['49268593683083', '49268689210319', '49268659179486'] ['49268633786885', '49268729302194', '49268702725163'] ['49268673874437', '49268789431152', '49268752931934'] ['49268717348238', '49268829548652', '49268801457506'] ['49268774109332', '49268889674642', '49268848691361'] ['49268814210322', '49268929781361', '49268898556829'] ['49268870968864', '49268969877038', '49268945780996'] ['49268931097822', '49269030012246', '49269001332402'] ['49268954548655', '49269090152923', '49269060172767'] ['49269014674645', '49269150287506', '49269119901465'] ['49269088114698', '49269210444173', '49269177880892'] ['49269144877042', '49269270580371', '49269231327402'] ['49269205012250', '49269310670579', '49269281275683'] ['49269265152927', '49269370806517', '49269334921673'] ['49269308620843', '49269430958131', '49269400816881'] ['49269368777510', '49269491092923', '49269468951621'] ['49269428913708', '49269571376933', '49269535082871'] ['49269485670583', '49269631445527', '49269600601048'] ['49269562473188', '49269671531673', '49269643842558'] ['49269622624802', '49269711636256', '49269687107194'] ['49269682759594', '49269751722871', '49269729933912'] ['49269696376936', '49269811908496', '49269771563704'] ['49269739778863', '49269851963652', '49269812689016'] ['49269796531676', '49269892069329', '49269856244641'] ['49269836636259', '49269932143287', '49269897477246'] ['49269876722874', '49269972245579', '49269938257089'] ['49269920241832', '49270012324329', '49269980063079'] ['49269960296988', '49270052428704', '49270022000371'] 192.168.10.209 - - [22/Dec/2023 15:10:33] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922700 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:34] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922704 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:34] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922703 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:35] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922705 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:35] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922708 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49265212224752\t49265341310581\t49265320169227', '49265272359648\t49265401448445\t49265367461987', '49265332499908\t49265443059226\t49265413407091', '49265396017876\t49265481638706\t49265458104435', '49265439492668\t49265541785112\t49265503039226', '49265466310584\t49265581873601\t49265548395529', '49265543115115\t49265621966414\t49265595494487', '49265584725896\t49265682118706\t49265641536935', '49265606638709\t49265722216518\t49265689476831', '49265683451782\t49265762339383\t49265737654278', '49265706873604\t49265822448289\t49265785043081', '49265746966417\t49265862532455\t49265832281362', '49265807118709\t49265902644747\t49265878310528', '49265847216521\t49265962788705\t49265925095841', '49265887339386\t49266002876987\t49265971387299', '49265964114959\t49266042964018\t49266018334018', '49265987532458\t49266103119539\t49266064826101', '49266027644750\t49266143200632\t49266111353237', '49266104455375\t49266183291830\t49266157570424', '49266127876990\t49266243430164\t49266203680685', '49266167964021\t49266283545112\t49266249895112', '49266228119542\t49266323633497\t49266295119226', '49266284867302\t49266363734122\t49266340760632', '49266308291833\t49266423862924\t49266385823809', '49266351763500\t49266463957924\t49266431090372', '49266408545115\t49266504077403\t49266476606674', '49266465300167\t49266544160372\t49266521948445', '49266488734125\t49266604292768\t49266566857507', '49266532196260\t49266644378236\t49266611943757', '49266588957927\t49266684478028\t49266657039747', '49266629077406\t49266724577195\t49266701853705', '49266669160375\t49266784709695\t49266746905424', '49266712626104\t49266824813809\t49266791766882', '49266769378239\t49266864905684\t49266836785320', '49266809478031\t49266904994330\t49266881565163', '49266849577198\t49266965136518\t49266926664591', '49266893043031\t49267005249590\t49266971336778', '49266949813812\t49267045317976\t49267016343288', '49266989905687\t49267085419538\t49267060855424', '49267029994333\t49267145559018\t49267105446882', '49267073469854\t49267185662195\t49267150622351', '49267130249593\t49267225767872\t49267195376049', '49267170317979\t49267265851049\t49267239188653', '49267227086208\t49267305944174\t49267283815007', '49267287225688\t49267366089434\t49267328254851', '49267310662198\t49267406186674\t49267372999330', '49267350767875\t49267446275163\t49267417146309', '49267390851052\t49267486369747\t49267461667715', '49267447610844\t49267546526986\t49267505952351', '49267474422770\t49267586601830\t49267550767924', '49267531186677\t49267626689278\t49267594963340', '49267587941833\t49267666796413\t49267638954746', '49267628036417\t49267706891049\t49267683456621', '49267654860322\t49267767123653\t49267727644226', '49267694935166\t49267807123601\t49267771981934', '49267751689281\t49267847278705\t49267817275944', '49267808463083\t49267887313236\t49267861262715', '49267831891052\t49267927409278\t49267905665007', '49267875456989\t49267987551569\t49267949424278', '49267915456937\t49268027647351\t49267993400111', '49267972278708\t49268067742663\t49268037245476', '49268012313239\t49268107839955\t49268081263496', '49268052409281\t49268147935580\t49268125311830', '49268095884905\t49268208072403\t49268169973861', '49268135980687\t49268248168861\t49268215274538', '49268192742666\t49268288260684\t49268260122611', '49268232839958\t49268328355527\t49268305167871', '49268272935583\t49268388495059\t49268350093809', '49268316405739\t49268428591725\t49268394861205', '49268373168864\t49268468683080\t49268439337923', '49268413260687\t49268508786882\t49268484167663', '49268453355530\t49268548874434\t49268527684434', '49268496828395\t49268609014902\t49268572016882', '49268536925061\t49268649109329\t49268615938340', '49268593683083\t49268689210319\t49268659179486', '49268633786885\t49268729302194\t49268702725163', '49268673874437\t49268789431152\t49268752931934', '49268717348238\t49268829548652\t49268801457506', '49268774109332\t49268889674642\t49268848691361', '49268814210322\t49268929781361\t49268898556829', '49268870968864\t49268969877038\t49268945780996', '49268931097822\t49269030012246\t49269001332402', '49268954548655\t49269090152923\t49269060172767', '49269014674645\t49269150287506\t49269119901465', '49269088114698\t49269210444173\t49269177880892', '49269144877042\t49269270580371\t49269231327402', '49269205012250\t49269310670579\t49269281275683', '49269265152927\t49269370806517\t49269334921673', '49269308620843\t49269430958131\t49269400816881', '49269368777510\t49269491092923\t49269468951621', '49269428913708\t49269571376933\t49269535082871', '49269485670583\t49269631445527\t49269600601048', '49269562473188\t49269671531673\t49269643842558', '49269622624802\t49269711636256\t49269687107194', '49269682759594\t49269751722871\t49269729933912', '49269696376936\t49269811908496\t49269771563704', '49269739778863\t49269851963652\t49269812689016', '49269796531676\t49269892069329\t49269856244641', '49269836636259\t49269932143287\t49269897477246', '49269876722874\t49269972245579\t49269938257089', '49269920241832\t49270012324329\t49269980063079', '49269960296988\t49270052428704\t49270022000371', '49270000402665\t49270092515943\t49270064180631', '49270040476623\t49270132611204\t49270105385579', '49270080578915\t49270172702923\t49270146933131', '49270120657665\t49270212801777\t49270188501204', '49270160762040\t49270252902193\t49270229400839', '49270200849279\t49270293009329\t49270270628495', '49270257611207\t49270353177818\t49270312137350', '49270281036259\t49270393232662\t49270354521360', '49270337801780\t49270433320006\t49270398430006', '49270377902196\t49270473420475\t49270441591048', '49270418009332\t49270513519120\t49270484851308', '49270461511154\t49270553598287\t49270527789641', '49270518232665\t49270593699016\t49270571669329', '49270541653342\t49270653828287\t49270615089120', '49270581753811\t49270693928912\t49270658459016', '49270638519123\t49270734026360\t49270701725058', '49270678598290\t49270774119120\t49270744327818', '49270718699019\t49270814218912\t49270787901568', '49270762161623\t49270854317297\t49270830691152', '49270802262248\t49270894421151\t49270873282454', '49270842359696\t49270954561204\t49270915410631', '49270882452456\t49270994640422\t49270957324068', '49270939218915\t49271034746829\t49271001257506', '49270995983967\t49271074833599\t49271044821204', '49271019421154\t49271134969485\t49271094305995', '49271062894540\t49271175060735\t49271143334537', '49271119640425\t49271235203651\t49271194159120', '49271159746832\t49271275307974\t49271244201672', '49271216500269\t49271335497193\t49271295152245', '49271276636155\t49271375549276\t49271336447193', '49271333394072\t49271415657662\t49271378361880', '49271376870321\t49271455790214\t49271418282662', '49271416974644\t49271495850995\t49271457108912', '49271443830529\t49271535919224\t49271495137766', '49271483882612\t49271576025735\t49271534003651', '49271523990998\t49271616113703\t49271572364849', '49271564123550\t49271656218651\t49271611562453', '49271604184331\t49271696292141\t49271649971307', '49271644252560\t49271736385891\t49271688152662', '49271684359071\t49271776600266\t49271726822505', '49271724447039\t49271816579797\t49271776369901', '49271764551987\t49271856683859\t49271826185422', '49271804625477\t49271916813234\t49271878480682', '49271844719227\t49271956917766\t49271928122401', '49271901600269\t49272017052089\t49271977230682', '49271941579800\t49272057149120\t49272023896932', '49271998350529\t49272097246984\t49272067036880'] ['49265212224752', '49265341310581', '49265320169227'] ['49265272359648', '49265401448445', '49265367461987'] ['49265332499908', '49265443059226', '49265413407091'] ['49265396017876', '49265481638706', '49265458104435'] ['49265439492668', '49265541785112', '49265503039226'] ['49265466310584', '49265581873601', '49265548395529'] ['49265543115115', '49265621966414', '49265595494487'] ['49265584725896', '49265682118706', '49265641536935'] ['49265606638709', '49265722216518', '49265689476831'] ['49265683451782', '49265762339383', '49265737654278'] ['49265706873604', '49265822448289', '49265785043081'] ['49265746966417', '49265862532455', '49265832281362'] ['49265807118709', '49265902644747', '49265878310528'] ['49265847216521', '49265962788705', '49265925095841'] ['49265887339386', '49266002876987', '49265971387299'] ['49265964114959', '49266042964018', '49266018334018'] ['49265987532458', '49266103119539', '49266064826101'] ['49266027644750', '49266143200632', '49266111353237'] ['49266104455375', '49266183291830', '49266157570424'] ['49266127876990', '49266243430164', '49266203680685'] ['49266167964021', '49266283545112', '49266249895112'] ['49266228119542', '49266323633497', '49266295119226'] ['49266284867302', '49266363734122', '49266340760632'] ['49266308291833', '49266423862924', '49266385823809'] ['49266351763500', '49266463957924', '49266431090372'] ['49266408545115', '49266504077403', '49266476606674'] ['49266465300167', '49266544160372', '49266521948445'] ['49266488734125', '49266604292768', '49266566857507'] ['49266532196260', '49266644378236', '49266611943757'] ['49266588957927', '49266684478028', '49266657039747'] ['49266629077406', '49266724577195', '49266701853705'] ['49266669160375', '49266784709695', '49266746905424'] ['49266712626104', '49266824813809', '49266791766882'] ['49266769378239', '49266864905684', '49266836785320'] ['49266809478031', '49266904994330', '49266881565163'] ['49266849577198', '49266965136518', '49266926664591'] ['49266893043031', '49267005249590', '49266971336778'] ['49266949813812', '49267045317976', '49267016343288'] ['49266989905687', '49267085419538', '49267060855424'] ['49267029994333', '49267145559018', '49267105446882'] ['49267073469854', '49267185662195', '49267150622351'] ['49267130249593', '49267225767872', '49267195376049'] ['49267170317979', '49267265851049', '49267239188653'] ['49267227086208', '49267305944174', '49267283815007'] ['49267287225688', '49267366089434', '49267328254851'] ['49267310662198', '49267406186674', '49267372999330'] ['49267350767875', '49267446275163', '49267417146309'] ['49267390851052', '49267486369747', '49267461667715'] ['49267447610844', '49267546526986', '49267505952351'] ['49267474422770', '49267586601830', '49267550767924'] ['49267531186677', '49267626689278', '49267594963340'] ['49267587941833', '49267666796413', '49267638954746'] ['49267628036417', '49267706891049', '49267683456621'] ['49267654860322', '49267767123653', '49267727644226'] ['49267694935166', '49267807123601', '49267771981934'] ['49267751689281', '49267847278705', '49267817275944'] ['49267808463083', '49267887313236', '49267861262715'] ['49267831891052', '49267927409278', '49267905665007'] ['49267875456989', '49267987551569', '49267949424278'] ['49267915456937', '49268027647351', '49267993400111'] ['49267972278708', '49268067742663', '49268037245476'] ['49268012313239', '49268107839955', '49268081263496'] ['49268052409281', '49268147935580', '49268125311830'] ['49268095884905', '49268208072403', '49268169973861'] ['49268135980687', '49268248168861', '49268215274538'] ['49268192742666', '49268288260684', '49268260122611'] ['49268232839958', '49268328355527', '49268305167871'] ['49268272935583', '49268388495059', '49268350093809'] ['49268316405739', '49268428591725', '49268394861205'] ['49268373168864', '49268468683080', '49268439337923'] ['49268413260687', '49268508786882', '49268484167663'] ['49268453355530', '49268548874434', '49268527684434'] ['49268496828395', '49268609014902', '49268572016882'] ['49268536925061', '49268649109329', '49268615938340'] ['49268593683083', '49268689210319', '49268659179486'] ['49268633786885', '49268729302194', '49268702725163'] ['49268673874437', '49268789431152', '49268752931934'] ['49268717348238', '49268829548652', '49268801457506'] ['49268774109332', '49268889674642', '49268848691361'] ['49268814210322', '49268929781361', '49268898556829'] ['49268870968864', '49268969877038', '49268945780996'] ['49268931097822', '49269030012246', '49269001332402'] ['49268954548655', '49269090152923', '49269060172767'] ['49269014674645', '49269150287506', '49269119901465'] ['49269088114698', '49269210444173', '49269177880892'] ['49269144877042', '49269270580371', '49269231327402'] ['49269205012250', '49269310670579', '49269281275683'] ['49269265152927', '49269370806517', '49269334921673'] ['49269308620843', '49269430958131', '49269400816881'] ['49269368777510', '49269491092923', '49269468951621'] ['49269428913708', '49269571376933', '49269535082871'] ['49269485670583', '49269631445527', '49269600601048'] ['49269562473188', '49269671531673', '49269643842558'] ['49269622624802', '49269711636256', '49269687107194'] ['49269682759594', '49269751722871', '49269729933912'] ['49269696376936', '49269811908496', '49269771563704'] ['49269739778863', '49269851963652', '49269812689016'] ['49269796531676', '49269892069329', '49269856244641'] ['49269836636259', '49269932143287', '49269897477246'] ['49269876722874', '49269972245579', '49269938257089'] ['49269920241832', '49270012324329', '49269980063079'] ['49269960296988', '49270052428704', '49270022000371'] ['49270000402665', '49270092515943', '49270064180631'] ['49270040476623', '49270132611204', '49270105385579'] ['49270080578915', '49270172702923', '49270146933131'] ['49270120657665', '49270212801777', '49270188501204'] ['49270160762040', '49270252902193', '49270229400839'] ['49270200849279', '49270293009329', '49270270628495'] ['49270257611207', '49270353177818', '49270312137350'] ['49270281036259', '49270393232662', '49270354521360'] ['49270337801780', '49270433320006', '49270398430006'] ['49270377902196', '49270473420475', '49270441591048'] ['49270418009332', '49270513519120', '49270484851308'] ['49270461511154', '49270553598287', '49270527789641'] ['49270518232665', '49270593699016', '49270571669329'] ['49270541653342', '49270653828287', '49270615089120'] ['49270581753811', '49270693928912', '49270658459016'] ['49270638519123', '49270734026360', '49270701725058'] ['49270678598290', '49270774119120', '49270744327818'] ['49270718699019', '49270814218912', '49270787901568'] ['49270762161623', '49270854317297', '49270830691152'] ['49270802262248', '49270894421151', '49270873282454'] ['49270842359696', '49270954561204', '49270915410631'] ['49270882452456', '49270994640422', '49270957324068'] ['49270939218915', '49271034746829', '49271001257506'] ['49270995983967', '49271074833599', '49271044821204'] ['49271019421154', '49271134969485', '49271094305995'] ['49271062894540', '49271175060735', '49271143334537'] ['49271119640425', '49271235203651', '49271194159120'] ['49271159746832', '49271275307974', '49271244201672'] ['49271216500269', '49271335497193', '49271295152245'] ['49271276636155', '49271375549276', '49271336447193'] ['49271333394072', '49271415657662', '49271378361880'] ['49271376870321', '49271455790214', '49271418282662'] ['49271416974644', '49271495850995', '49271457108912'] ['49271443830529', '49271535919224', '49271495137766'] ['49271483882612', '49271576025735', '49271534003651'] ['49271523990998', '49271616113703', '49271572364849'] ['49271564123550', '49271656218651', '49271611562453'] ['49271604184331', '49271696292141', '49271649971307'] ['49271644252560', '49271736385891', '49271688152662'] ['49271684359071', '49271776600266', '49271726822505'] ['49271724447039', '49271816579797', '49271776369901'] ['49271764551987', '49271856683859', '49271826185422'] ['49271804625477', '49271916813234', '49271878480682'] ['49271844719227', '49271956917766', '49271928122401'] ['49271901600269', '49272017052089', '49271977230682'] ['49271941579800', '49272057149120', '49272023896932'] ['49271998350529', '49272097246984', '49272067036880'] 192.168.10.209 - - [22/Dec/2023 15:10:35] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922707 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:35] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922711 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:35] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922709 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:36] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&_=1703228922710 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49266629077406\t49266724577195\t49266701853705', '49266669160375\t49266784709695\t49266746905424', '49266712626104\t49266824813809\t49266791766882', '49266769378239\t49266864905684\t49266836785320', '49266809478031\t49266904994330\t49266881565163', '49266849577198\t49266965136518\t49266926664591', '49266893043031\t49267005249590\t49266971336778', '49266949813812\t49267045317976\t49267016343288', '49266989905687\t49267085419538\t49267060855424', '49267029994333\t49267145559018\t49267105446882', '49267073469854\t49267185662195\t49267150622351', '49267130249593\t49267225767872\t49267195376049', '49267170317979\t49267265851049\t49267239188653', '49267227086208\t49267305944174\t49267283815007', '49267287225688\t49267366089434\t49267328254851', '49267310662198\t49267406186674\t49267372999330', '49267350767875\t49267446275163\t49267417146309', '49267390851052\t49267486369747\t49267461667715', '49267447610844\t49267546526986\t49267505952351', '49267474422770\t49267586601830\t49267550767924', '49267531186677\t49267626689278\t49267594963340', '49267587941833\t49267666796413\t49267638954746', '49267628036417\t49267706891049\t49267683456621', '49267654860322\t49267767123653\t49267727644226', '49267694935166\t49267807123601\t49267771981934', '49267751689281\t49267847278705\t49267817275944', '49267808463083\t49267887313236\t49267861262715', '49267831891052\t49267927409278\t49267905665007', '49267875456989\t49267987551569\t49267949424278', '49267915456937\t49268027647351\t49267993400111', '49267972278708\t49268067742663\t49268037245476', '49268012313239\t49268107839955\t49268081263496', '49268052409281\t49268147935580\t49268125311830', '49268095884905\t49268208072403\t49268169973861', '49268135980687\t49268248168861\t49268215274538', '49268192742666\t49268288260684\t49268260122611', '49268232839958\t49268328355527\t49268305167871', '49268272935583\t49268388495059\t49268350093809', '49268316405739\t49268428591725\t49268394861205', '49268373168864\t49268468683080\t49268439337923', '49268413260687\t49268508786882\t49268484167663', '49268453355530\t49268548874434\t49268527684434', '49268496828395\t49268609014902\t49268572016882', '49268536925061\t49268649109329\t49268615938340', '49268593683083\t49268689210319\t49268659179486', '49268633786885\t49268729302194\t49268702725163', '49268673874437\t49268789431152\t49268752931934', '49268717348238\t49268829548652\t49268801457506', '49268774109332\t49268889674642\t49268848691361', '49268814210322\t49268929781361\t49268898556829', '49268870968864\t49268969877038\t49268945780996', '49268931097822\t49269030012246\t49269001332402', '49268954548655\t49269090152923\t49269060172767', '49269014674645\t49269150287506\t49269119901465', '49269088114698\t49269210444173\t49269177880892', '49269144877042\t49269270580371\t49269231327402', '49269205012250\t49269310670579\t49269281275683', '49269265152927\t49269370806517\t49269334921673', '49269308620843\t49269430958131\t49269400816881', '49269368777510\t49269491092923\t49269468951621', '49269428913708\t49269571376933\t49269535082871', '49269485670583\t49269631445527\t49269600601048', '49269562473188\t49269671531673\t49269643842558', '49269622624802\t49269711636256\t49269687107194', '49269682759594\t49269751722871\t49269729933912', '49269696376936\t49269811908496\t49269771563704', '49269739778863\t49269851963652\t49269812689016', '49269796531676\t49269892069329\t49269856244641', '49269836636259\t49269932143287\t49269897477246', '49269876722874\t49269972245579\t49269938257089', '49269920241832\t49270012324329\t49269980063079', '49269960296988\t49270052428704\t49270022000371', '49270000402665\t49270092515943\t49270064180631', '49270040476623\t49270132611204\t49270105385579', '49270080578915\t49270172702923\t49270146933131', '49270120657665\t49270212801777\t49270188501204', '49270160762040\t49270252902193\t49270229400839', '49270200849279\t49270293009329\t49270270628495', '49270257611207\t49270353177818\t49270312137350', '49270281036259\t49270393232662\t49270354521360', '49270337801780\t49270433320006\t49270398430006', '49270377902196\t49270473420475\t49270441591048', '49270418009332\t49270513519120\t49270484851308', '49270461511154\t49270553598287\t49270527789641', '49270518232665\t49270593699016\t49270571669329', '49270541653342\t49270653828287\t49270615089120', '49270581753811\t49270693928912\t49270658459016', '49270638519123\t49270734026360\t49270701725058', '49270678598290\t49270774119120\t49270744327818', '49270718699019\t49270814218912\t49270787901568', '49270762161623\t49270854317297\t49270830691152', '49270802262248\t49270894421151\t49270873282454', '49270842359696\t49270954561204\t49270915410631', '49270882452456\t49270994640422\t49270957324068', '49270939218915\t49271034746829\t49271001257506', '49270995983967\t49271074833599\t49271044821204', '49271019421154\t49271134969485\t49271094305995', '49271062894540\t49271175060735\t49271143334537', '49271119640425\t49271235203651\t49271194159120', '49271159746832\t49271275307974\t49271244201672', '49271216500269\t49271335497193\t49271295152245', '49271276636155\t49271375549276\t49271336447193', '49271333394072\t49271415657662\t49271378361880', '49271376870321\t49271455790214\t49271418282662', '49271416974644\t49271495850995\t49271457108912', '49271443830529\t49271535919224\t49271495137766', '49271483882612\t49271576025735\t49271534003651', '49271523990998\t49271616113703\t49271572364849', '49271564123550\t49271656218651\t49271611562453', '49271604184331\t49271696292141\t49271649971307', '49271644252560\t49271736385891\t49271688152662', '49271684359071\t49271776600266\t49271726822505', '49271724447039\t49271816579797\t49271776369901', '49271764551987\t49271856683859\t49271826185422', '49271804625477\t49271916813234\t49271878480682', '49271844719227\t49271956917766\t49271928122401', '49271901600269\t49272017052089\t49271977230682', '49271941579800\t49272057149120\t49272023896932', '49271998350529\t49272097246984\t49272067036880', '49272058479904\t49272137337766\t49272108108391', '49272098584436\t49272177430943\t49272148789693', '49272125385425\t49272217527818\t49272188226828', '49272165482456\t49272257641151\t49272226791984', '49272222246987\t49272297754328\t49272264335161', '49272245671102\t49272337906099\t49272301292766', '49272302430946\t49272377907193\t49272338388599', '49272325861154\t49272418001359\t49272375315057', '49272365974487\t49272458107349\t49272412848182', '49272406087664\t49272498184224\t49272451607557', '49272446239435\t49272538282609\t49272491749172', '49272486240529\t49272578388599\t49272533517245', '49272526334695\t49272618473443\t49272570084640', '49272566440685\t49272658574015\t49272609689693', '49272606517560\t49272698658651\t49272652261567', '49272646615945\t49272738778286\t49272694567453', '49272686721935\t49272779056515\t49272736492297', '49272743473446\t49272819001359\t49272779869067', '49272766907351\t49272859119692\t49272821951724', '49272806991987\t49272899153703\t49272864682922', '49272847111622\t49272939245526\t49272907398078', '49272887389851\t49272979322974\t49272950327557', '49272927334695\t49273019429588\t49272993556984', '49272967453028\t49273059573338\t49273036588182', '49273024153706\t49273119663442\t49273080694380', '49273047578862\t49273159754432\t49273124629484', '49273104322977\t49273199834692\t49273168350994', '49273144429591\t49273239939901\t49273212513755', '49273184573341\t49273280061619\t49273256744640', '49273227996778\t49273340174328\t49273300411098'] ['49266629077406', '49266724577195', '49266701853705'] ['49266669160375', '49266784709695', '49266746905424'] ['49266712626104', '49266824813809', '49266791766882'] ['49266769378239', '49266864905684', '49266836785320'] ['49266809478031', '49266904994330', '49266881565163'] ['49266849577198', '49266965136518', '49266926664591'] ['49266893043031', '49267005249590', '49266971336778'] ['49266949813812', '49267045317976', '49267016343288'] ['49266989905687', '49267085419538', '49267060855424'] ['49267029994333', '49267145559018', '49267105446882'] ['49267073469854', '49267185662195', '49267150622351'] ['49267130249593', '49267225767872', '49267195376049'] ['49267170317979', '49267265851049', '49267239188653'] ['49267227086208', '49267305944174', '49267283815007'] ['49267287225688', '49267366089434', '49267328254851'] ['49267310662198', '49267406186674', '49267372999330'] ['49267350767875', '49267446275163', '49267417146309'] ['49267390851052', '49267486369747', '49267461667715'] ['49267447610844', '49267546526986', '49267505952351'] ['49267474422770', '49267586601830', '49267550767924'] ['49267531186677', '49267626689278', '49267594963340'] ['49267587941833', '49267666796413', '49267638954746'] ['49267628036417', '49267706891049', '49267683456621'] ['49267654860322', '49267767123653', '49267727644226'] ['49267694935166', '49267807123601', '49267771981934'] ['49267751689281', '49267847278705', '49267817275944'] ['49267808463083', '49267887313236', '49267861262715'] ['49267831891052', '49267927409278', '49267905665007'] ['49267875456989', '49267987551569', '49267949424278'] ['49267915456937', '49268027647351', '49267993400111'] ['49267972278708', '49268067742663', '49268037245476'] ['49268012313239', '49268107839955', '49268081263496'] ['49268052409281', '49268147935580', '49268125311830'] ['49268095884905', '49268208072403', '49268169973861'] ['49268135980687', '49268248168861', '49268215274538'] ['49268192742666', '49268288260684', '49268260122611'] ['49268232839958', '49268328355527', '49268305167871'] ['49268272935583', '49268388495059', '49268350093809'] ['49268316405739', '49268428591725', '49268394861205'] ['49268373168864', '49268468683080', '49268439337923'] ['49268413260687', '49268508786882', '49268484167663'] ['49268453355530', '49268548874434', '49268527684434'] ['49268496828395', '49268609014902', '49268572016882'] ['49268536925061', '49268649109329', '49268615938340'] ['49268593683083', '49268689210319', '49268659179486'] ['49268633786885', '49268729302194', '49268702725163'] ['49268673874437', '49268789431152', '49268752931934'] ['49268717348238', '49268829548652', '49268801457506'] ['49268774109332', '49268889674642', '49268848691361'] ['49268814210322', '49268929781361', '49268898556829'] ['49268870968864', '49268969877038', '49268945780996'] ['49268931097822', '49269030012246', '49269001332402'] ['49268954548655', '49269090152923', '49269060172767'] ['49269014674645', '49269150287506', '49269119901465'] ['49269088114698', '49269210444173', '49269177880892'] ['49269144877042', '49269270580371', '49269231327402'] ['49269205012250', '49269310670579', '49269281275683'] ['49269265152927', '49269370806517', '49269334921673'] ['49269308620843', '49269430958131', '49269400816881'] ['49269368777510', '49269491092923', '49269468951621'] ['49269428913708', '49269571376933', '49269535082871'] ['49269485670583', '49269631445527', '49269600601048'] ['49269562473188', '49269671531673', '49269643842558'] ['49269622624802', '49269711636256', '49269687107194'] ['49269682759594', '49269751722871', '49269729933912'] ['49269696376936', '49269811908496', '49269771563704'] ['49269739778863', '49269851963652', '49269812689016'] ['49269796531676', '49269892069329', '49269856244641'] ['49269836636259', '49269932143287', '49269897477246'] ['49269876722874', '49269972245579', '49269938257089'] ['49269920241832', '49270012324329', '49269980063079'] ['49269960296988', '49270052428704', '49270022000371'] ['49270000402665', '49270092515943', '49270064180631'] ['49270040476623', '49270132611204', '49270105385579'] ['49270080578915', '49270172702923', '49270146933131'] ['49270120657665', '49270212801777', '49270188501204'] ['49270160762040', '49270252902193', '49270229400839'] ['49270200849279', '49270293009329', '49270270628495'] ['49270257611207', '49270353177818', '49270312137350'] ['49270281036259', '49270393232662', '49270354521360'] ['49270337801780', '49270433320006', '49270398430006'] ['49270377902196', '49270473420475', '49270441591048'] ['49270418009332', '49270513519120', '49270484851308'] ['49270461511154', '49270553598287', '49270527789641'] ['49270518232665', '49270593699016', '49270571669329'] ['49270541653342', '49270653828287', '49270615089120'] ['49270581753811', '49270693928912', '49270658459016'] ['49270638519123', '49270734026360', '49270701725058'] ['49270678598290', '49270774119120', '49270744327818'] ['49270718699019', '49270814218912', '49270787901568'] ['49270762161623', '49270854317297', '49270830691152'] ['49270802262248', '49270894421151', '49270873282454'] ['49270842359696', '49270954561204', '49270915410631'] ['49270882452456', '49270994640422', '49270957324068'] ['49270939218915', '49271034746829', '49271001257506'] ['49270995983967', '49271074833599', '49271044821204'] ['49271019421154', '49271134969485', '49271094305995'] ['49271062894540', '49271175060735', '49271143334537'] ['49271119640425', '49271235203651', '49271194159120'] ['49271159746832', '49271275307974', '49271244201672'] ['49271216500269', '49271335497193', '49271295152245'] ['49271276636155', '49271375549276', '49271336447193'] ['49271333394072', '49271415657662', '49271378361880'] ['49271376870321', '49271455790214', '49271418282662'] ['49271416974644', '49271495850995', '49271457108912'] ['49271443830529', '49271535919224', '49271495137766'] ['49271483882612', '49271576025735', '49271534003651'] ['49271523990998', '49271616113703', '49271572364849'] ['49271564123550', '49271656218651', '49271611562453'] ['49271604184331', '49271696292141', '49271649971307'] ['49271644252560', '49271736385891', '49271688152662'] ['49271684359071', '49271776600266', '49271726822505'] ['49271724447039', '49271816579797', '49271776369901'] ['49271764551987', '49271856683859', '49271826185422'] ['49271804625477', '49271916813234', '49271878480682'] ['49271844719227', '49271956917766', '49271928122401'] ['49271901600269', '49272017052089', '49271977230682'] ['49271941579800', '49272057149120', '49272023896932'] ['49271998350529', '49272097246984', '49272067036880'] ['49272058479904', '49272137337766', '49272108108391'] ['49272098584436', '49272177430943', '49272148789693'] ['49272125385425', '49272217527818', '49272188226828'] ['49272165482456', '49272257641151', '49272226791984'] ['49272222246987', '49272297754328', '49272264335161'] ['49272245671102', '49272337906099', '49272301292766'] ['49272302430946', '49272377907193', '49272338388599'] ['49272325861154', '49272418001359', '49272375315057'] ['49272365974487', '49272458107349', '49272412848182'] ['49272406087664', '49272498184224', '49272451607557'] ['49272446239435', '49272538282609', '49272491749172'] ['49272486240529', '49272578388599', '49272533517245'] ['49272526334695', '49272618473443', '49272570084640'] ['49272566440685', '49272658574015', '49272609689693'] ['49272606517560', '49272698658651', '49272652261567'] ['49272646615945', '49272738778286', '49272694567453'] ['49272686721935', '49272779056515', '49272736492297'] ['49272743473446', '49272819001359', '49272779869067'] ['49272766907351', '49272859119692', '49272821951724'] ['49272806991987', '49272899153703', '49272864682922'] ['49272847111622', '49272939245526', '49272907398078'] ['49272887389851', '49272979322974', '49272950327557'] ['49272927334695', '49273019429588', '49272993556984'] ['49272967453028', '49273059573338', '49273036588182'] ['49273024153706', '49273119663442', '49273080694380'] ['49273047578862', '49273159754432', '49273124629484'] ['49273104322977', '49273199834692', '49273168350994'] ['49273144429591', '49273239939901', '49273212513755'] ['49273184573341', '49273280061619', '49273256744640'] ['49273227996778', '49273340174328', '49273300411098'] 192.168.10.209 - - [22/Dec/2023 15:10:37] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922712 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:37] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922706 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:37] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&_=1703228922713 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:37] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922714 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:37] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922715 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:38] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922718 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49268774109332\t49268889674642\t49268848691361', '49268814210322\t49268929781361\t49268898556829', '49268870968864\t49268969877038\t49268945780996', '49268931097822\t49269030012246\t49269001332402', '49268954548655\t49269090152923\t49269060172767', '49269014674645\t49269150287506\t49269119901465', '49269088114698\t49269210444173\t49269177880892', '49269144877042\t49269270580371\t49269231327402', '49269205012250\t49269310670579\t49269281275683', '49269265152927\t49269370806517\t49269334921673', '49269308620843\t49269430958131\t49269400816881', '49269368777510\t49269491092923\t49269468951621', '49269428913708\t49269571376933\t49269535082871', '49269485670583\t49269631445527\t49269600601048', '49269562473188\t49269671531673\t49269643842558', '49269622624802\t49269711636256\t49269687107194', '49269682759594\t49269751722871\t49269729933912', '49269696376936\t49269811908496\t49269771563704', '49269739778863\t49269851963652\t49269812689016', '49269796531676\t49269892069329\t49269856244641', '49269836636259\t49269932143287\t49269897477246', '49269876722874\t49269972245579\t49269938257089', '49269920241832\t49270012324329\t49269980063079', '49269960296988\t49270052428704\t49270022000371', '49270000402665\t49270092515943\t49270064180631', '49270040476623\t49270132611204\t49270105385579', '49270080578915\t49270172702923\t49270146933131', '49270120657665\t49270212801777\t49270188501204', '49270160762040\t49270252902193\t49270229400839', '49270200849279\t49270293009329\t49270270628495', '49270257611207\t49270353177818\t49270312137350', '49270281036259\t49270393232662\t49270354521360', '49270337801780\t49270433320006\t49270398430006', '49270377902196\t49270473420475\t49270441591048', '49270418009332\t49270513519120\t49270484851308', '49270461511154\t49270553598287\t49270527789641', '49270518232665\t49270593699016\t49270571669329', '49270541653342\t49270653828287\t49270615089120', '49270581753811\t49270693928912\t49270658459016', '49270638519123\t49270734026360\t49270701725058', '49270678598290\t49270774119120\t49270744327818', '49270718699019\t49270814218912\t49270787901568', '49270762161623\t49270854317297\t49270830691152', '49270802262248\t49270894421151\t49270873282454', '49270842359696\t49270954561204\t49270915410631', '49270882452456\t49270994640422\t49270957324068', '49270939218915\t49271034746829\t49271001257506', '49270995983967\t49271074833599\t49271044821204', '49271019421154\t49271134969485\t49271094305995', '49271062894540\t49271175060735\t49271143334537', '49271119640425\t49271235203651\t49271194159120', '49271159746832\t49271275307974\t49271244201672', '49271216500269\t49271335497193\t49271295152245', '49271276636155\t49271375549276\t49271336447193', '49271333394072\t49271415657662\t49271378361880', '49271376870321\t49271455790214\t49271418282662', '49271416974644\t49271495850995\t49271457108912', '49271443830529\t49271535919224\t49271495137766', '49271483882612\t49271576025735\t49271534003651', '49271523990998\t49271616113703\t49271572364849', '49271564123550\t49271656218651\t49271611562453', '49271604184331\t49271696292141\t49271649971307', '49271644252560\t49271736385891\t49271688152662', '49271684359071\t49271776600266\t49271726822505', '49271724447039\t49271816579797\t49271776369901', '49271764551987\t49271856683859\t49271826185422', '49271804625477\t49271916813234\t49271878480682', '49271844719227\t49271956917766\t49271928122401', '49271901600269\t49272017052089\t49271977230682', '49271941579800\t49272057149120\t49272023896932', '49271998350529\t49272097246984\t49272067036880', '49272058479904\t49272137337766\t49272108108391', '49272098584436\t49272177430943\t49272148789693', '49272125385425\t49272217527818\t49272188226828', '49272165482456\t49272257641151\t49272226791984', '49272222246987\t49272297754328\t49272264335161', '49272245671102\t49272337906099\t49272301292766', '49272302430946\t49272377907193\t49272338388599', '49272325861154\t49272418001359\t49272375315057', '49272365974487\t49272458107349\t49272412848182', '49272406087664\t49272498184224\t49272451607557', '49272446239435\t49272538282609\t49272491749172', '49272486240529\t49272578388599\t49272533517245', '49272526334695\t49272618473443\t49272570084640', '49272566440685\t49272658574015\t49272609689693', '49272606517560\t49272698658651\t49272652261567', '49272646615945\t49272738778286\t49272694567453', '49272686721935\t49272779056515\t49272736492297', '49272743473446\t49272819001359\t49272779869067', '49272766907351\t49272859119692\t49272821951724', '49272806991987\t49272899153703\t49272864682922', '49272847111622\t49272939245526\t49272907398078', '49272887389851\t49272979322974\t49272950327557', '49272927334695\t49273019429588\t49272993556984', '49272967453028\t49273059573338\t49273036588182', '49273024153706\t49273119663442\t49273080694380', '49273047578862\t49273159754432\t49273124629484', '49273104322977\t49273199834692\t49273168350994', '49273144429591\t49273239939901\t49273212513755', '49273184573341\t49273280061619\t49273256744640', '49273227996778\t49273340174328\t49273300411098', '49273268087768\t49273380263182\t49273344694432', '49273324834695\t49273420364640\t49273394468651', '49273381606571\t49273460458598\t49273432920942', '49273405061622\t49273500556098\t49273477567453', '49273448507664\t49273560691307\t49273522447713', '49273488596518\t49273600783182\t49273567235525', '49273545364643\t49273640889484\t49273612040369', '49273585458601\t49273680984328\t49273656150682', '49273625556101\t49273741113025\t49273700909432', '49273669024643\t49273781209848\t49273745957557', '49273742449852\t49273821307661\t49273790389848', '49273765889487\t49273861404015\t49273835187192', '49273805984331\t49273921571567\t49273881526932', '49273849446361\t49273961642713\t49273926943755', '49273906209851\t49274001732973\t49273974022192', '49273962974331\t49274061868494\t49274021427452', '49273986404018\t49274101962817\t49274068214067', '49274046571570\t49274142067452\t49274114945421', '49274086642716\t49274202210265\t49274161344067', '49274126732976\t49274242305734\t49274208178494', '49274186868497\t49274282396931\t49274255233598', '49274226962820\t49274342542036\t49274301710369', '49274267067455\t49274382637400\t49274348790161', '49274327210268\t49274422761254\t49274399276567', '49274367305737\t49274482927244\t49274446554900', '49274407396934\t49274522969900\t49274489910421', '49274467542039\t49274583114900\t49274544263650', '49274507637403\t49274623198650\t49274596555317', '49274581094591\t49274683348442\t49274647352192', '49274607927247\t49274723453077\t49274697733494', '49274681303237\t49274783594327\t49274747695265', '49274708114903\t49274823680421\t49274797609119', '49274781531987\t49274883815421\t49274859669379', '49274825015112\t49274943962608\t49274922893962', '49274881786414\t49275024240994\t49274984568650', '49274941927664\t49275064244483\t49275042990837', '49275015347092\t49275124385629\t49275097596514', '49275058815425\t49275184537348\t49275148931410', '49275118962612\t49275224626671\t49275198838598', '49275182574331\t49275284763546\t49275246721723', '49275222577820\t49275324856619\t49275292801775', '49275282718966\t49275364966566\t49275338225421', '49275309537351\t49275405051254\t49275383928233', '49275349626674\t49275465193962\t49275429821358', '49275393096882\t49275505282504\t49275475417504', '49275449856622\t49275545380108\t49275521052556', '49275489966569\t49275605520525\t49275566489639', '49275546717924\t49275645624900\t49275612244796'] ['49268774109332', '49268889674642', '49268848691361'] ['49268814210322', '49268929781361', '49268898556829'] ['49268870968864', '49268969877038', '49268945780996'] ['49268931097822', '49269030012246', '49269001332402'] ['49268954548655', '49269090152923', '49269060172767'] ['49269014674645', '49269150287506', '49269119901465'] ['49269088114698', '49269210444173', '49269177880892'] ['49269144877042', '49269270580371', '49269231327402'] ['49269205012250', '49269310670579', '49269281275683'] ['49269265152927', '49269370806517', '49269334921673'] ['49269308620843', '49269430958131', '49269400816881'] ['49269368777510', '49269491092923', '49269468951621'] ['49269428913708', '49269571376933', '49269535082871'] ['49269485670583', '49269631445527', '49269600601048'] ['49269562473188', '49269671531673', '49269643842558'] ['49269622624802', '49269711636256', '49269687107194'] ['49269682759594', '49269751722871', '49269729933912'] ['49269696376936', '49269811908496', '49269771563704'] ['49269739778863', '49269851963652', '49269812689016'] ['49269796531676', '49269892069329', '49269856244641'] ['49269836636259', '49269932143287', '49269897477246'] ['49269876722874', '49269972245579', '49269938257089'] ['49269920241832', '49270012324329', '49269980063079'] ['49269960296988', '49270052428704', '49270022000371'] ['49270000402665', '49270092515943', '49270064180631'] ['49270040476623', '49270132611204', '49270105385579'] ['49270080578915', '49270172702923', '49270146933131'] ['49270120657665', '49270212801777', '49270188501204'] ['49270160762040', '49270252902193', '49270229400839'] ['49270200849279', '49270293009329', '49270270628495'] ['49270257611207', '49270353177818', '49270312137350'] ['49270281036259', '49270393232662', '49270354521360'] ['49270337801780', '49270433320006', '49270398430006'] ['49270377902196', '49270473420475', '49270441591048'] ['49270418009332', '49270513519120', '49270484851308'] ['49270461511154', '49270553598287', '49270527789641'] ['49270518232665', '49270593699016', '49270571669329'] ['49270541653342', '49270653828287', '49270615089120'] ['49270581753811', '49270693928912', '49270658459016'] ['49270638519123', '49270734026360', '49270701725058'] ['49270678598290', '49270774119120', '49270744327818'] ['49270718699019', '49270814218912', '49270787901568'] ['49270762161623', '49270854317297', '49270830691152'] ['49270802262248', '49270894421151', '49270873282454'] ['49270842359696', '49270954561204', '49270915410631'] ['49270882452456', '49270994640422', '49270957324068'] ['49270939218915', '49271034746829', '49271001257506'] ['49270995983967', '49271074833599', '49271044821204'] ['49271019421154', '49271134969485', '49271094305995'] ['49271062894540', '49271175060735', '49271143334537'] ['49271119640425', '49271235203651', '49271194159120'] ['49271159746832', '49271275307974', '49271244201672'] ['49271216500269', '49271335497193', '49271295152245'] ['49271276636155', '49271375549276', '49271336447193'] ['49271333394072', '49271415657662', '49271378361880'] ['49271376870321', '49271455790214', '49271418282662'] ['49271416974644', '49271495850995', '49271457108912'] ['49271443830529', '49271535919224', '49271495137766'] ['49271483882612', '49271576025735', '49271534003651'] ['49271523990998', '49271616113703', '49271572364849'] ['49271564123550', '49271656218651', '49271611562453'] ['49271604184331', '49271696292141', '49271649971307'] ['49271644252560', '49271736385891', '49271688152662'] ['49271684359071', '49271776600266', '49271726822505'] ['49271724447039', '49271816579797', '49271776369901'] ['49271764551987', '49271856683859', '49271826185422'] ['49271804625477', '49271916813234', '49271878480682'] ['49271844719227', '49271956917766', '49271928122401'] ['49271901600269', '49272017052089', '49271977230682'] ['49271941579800', '49272057149120', '49272023896932'] ['49271998350529', '49272097246984', '49272067036880'] ['49272058479904', '49272137337766', '49272108108391'] ['49272098584436', '49272177430943', '49272148789693'] ['49272125385425', '49272217527818', '49272188226828'] ['49272165482456', '49272257641151', '49272226791984'] ['49272222246987', '49272297754328', '49272264335161'] ['49272245671102', '49272337906099', '49272301292766'] ['49272302430946', '49272377907193', '49272338388599'] ['49272325861154', '49272418001359', '49272375315057'] ['49272365974487', '49272458107349', '49272412848182'] ['49272406087664', '49272498184224', '49272451607557'] ['49272446239435', '49272538282609', '49272491749172'] ['49272486240529', '49272578388599', '49272533517245'] ['49272526334695', '49272618473443', '49272570084640'] ['49272566440685', '49272658574015', '49272609689693'] ['49272606517560', '49272698658651', '49272652261567'] ['49272646615945', '49272738778286', '49272694567453'] ['49272686721935', '49272779056515', '49272736492297'] ['49272743473446', '49272819001359', '49272779869067'] ['49272766907351', '49272859119692', '49272821951724'] ['49272806991987', '49272899153703', '49272864682922'] ['49272847111622', '49272939245526', '49272907398078'] ['49272887389851', '49272979322974', '49272950327557'] ['49272927334695', '49273019429588', '49272993556984'] ['49272967453028', '49273059573338', '49273036588182'] ['49273024153706', '49273119663442', '49273080694380'] ['49273047578862', '49273159754432', '49273124629484'] ['49273104322977', '49273199834692', '49273168350994'] ['49273144429591', '49273239939901', '49273212513755'] ['49273184573341', '49273280061619', '49273256744640'] ['49273227996778', '49273340174328', '49273300411098'] ['49273268087768', '49273380263182', '49273344694432'] ['49273324834695', '49273420364640', '49273394468651'] ['49273381606571', '49273460458598', '49273432920942'] ['49273405061622', '49273500556098', '49273477567453'] ['49273448507664', '49273560691307', '49273522447713'] ['49273488596518', '49273600783182', '49273567235525'] ['49273545364643', '49273640889484', '49273612040369'] ['49273585458601', '49273680984328', '49273656150682'] ['49273625556101', '49273741113025', '49273700909432'] ['49273669024643', '49273781209848', '49273745957557'] ['49273742449852', '49273821307661', '49273790389848'] ['49273765889487', '49273861404015', '49273835187192'] ['49273805984331', '49273921571567', '49273881526932'] ['49273849446361', '49273961642713', '49273926943755'] ['49273906209851', '49274001732973', '49273974022192'] ['49273962974331', '49274061868494', '49274021427452'] ['49273986404018', '49274101962817', '49274068214067'] ['49274046571570', '49274142067452', '49274114945421'] ['49274086642716', '49274202210265', '49274161344067'] ['49274126732976', '49274242305734', '49274208178494'] ['49274186868497', '49274282396931', '49274255233598'] ['49274226962820', '49274342542036', '49274301710369'] ['49274267067455', '49274382637400', '49274348790161'] ['49274327210268', '49274422761254', '49274399276567'] ['49274367305737', '49274482927244', '49274446554900'] ['49274407396934', '49274522969900', '49274489910421'] ['49274467542039', '49274583114900', '49274544263650'] ['49274507637403', '49274623198650', '49274596555317'] ['49274581094591', '49274683348442', '49274647352192'] ['49274607927247', '49274723453077', '49274697733494'] ['49274681303237', '49274783594327', '49274747695265'] ['49274708114903', '49274823680421', '49274797609119'] ['49274781531987', '49274883815421', '49274859669379'] ['49274825015112', '49274943962608', '49274922893962'] ['49274881786414', '49275024240994', '49274984568650'] ['49274941927664', '49275064244483', '49275042990837'] ['49275015347092', '49275124385629', '49275097596514'] ['49275058815425', '49275184537348', '49275148931410'] ['49275118962612', '49275224626671', '49275198838598'] ['49275182574331', '49275284763546', '49275246721723'] ['49275222577820', '49275324856619', '49275292801775'] ['49275282718966', '49275364966566', '49275338225421'] ['49275309537351', '49275405051254', '49275383928233'] ['49275349626674', '49275465193962', '49275429821358'] ['49275393096882', '49275505282504', '49275475417504'] ['49275449856622', '49275545380108', '49275521052556'] ['49275489966569', '49275605520525', '49275566489639'] ['49275546717924', '49275645624900', '49275612244796'] 192.168.10.209 - - [22/Dec/2023 15:10:39] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&_=1703228922716 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:39] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922719 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:40] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922720 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:40] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922721 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:40] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922723 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49270718699019\t49270814218912\t49270787901568', '49270762161623\t49270854317297\t49270830691152', '49270802262248\t49270894421151\t49270873282454', '49270842359696\t49270954561204\t49270915410631', '49270882452456\t49270994640422\t49270957324068', '49270939218915\t49271034746829\t49271001257506', '49270995983967\t49271074833599\t49271044821204', '49271019421154\t49271134969485\t49271094305995', '49271062894540\t49271175060735\t49271143334537', '49271119640425\t49271235203651\t49271194159120', '49271159746832\t49271275307974\t49271244201672', '49271216500269\t49271335497193\t49271295152245', '49271276636155\t49271375549276\t49271336447193', '49271333394072\t49271415657662\t49271378361880', '49271376870321\t49271455790214\t49271418282662', '49271416974644\t49271495850995\t49271457108912', '49271443830529\t49271535919224\t49271495137766', '49271483882612\t49271576025735\t49271534003651', '49271523990998\t49271616113703\t49271572364849', '49271564123550\t49271656218651\t49271611562453', '49271604184331\t49271696292141\t49271649971307', '49271644252560\t49271736385891\t49271688152662', '49271684359071\t49271776600266\t49271726822505', '49271724447039\t49271816579797\t49271776369901', '49271764551987\t49271856683859\t49271826185422', '49271804625477\t49271916813234\t49271878480682', '49271844719227\t49271956917766\t49271928122401', '49271901600269\t49272017052089\t49271977230682', '49271941579800\t49272057149120\t49272023896932', '49271998350529\t49272097246984\t49272067036880', '49272058479904\t49272137337766\t49272108108391', '49272098584436\t49272177430943\t49272148789693', '49272125385425\t49272217527818\t49272188226828', '49272165482456\t49272257641151\t49272226791984', '49272222246987\t49272297754328\t49272264335161', '49272245671102\t49272337906099\t49272301292766', '49272302430946\t49272377907193\t49272338388599', '49272325861154\t49272418001359\t49272375315057', '49272365974487\t49272458107349\t49272412848182', '49272406087664\t49272498184224\t49272451607557', '49272446239435\t49272538282609\t49272491749172', '49272486240529\t49272578388599\t49272533517245', '49272526334695\t49272618473443\t49272570084640', '49272566440685\t49272658574015\t49272609689693', '49272606517560\t49272698658651\t49272652261567', '49272646615945\t49272738778286\t49272694567453', '49272686721935\t49272779056515\t49272736492297', '49272743473446\t49272819001359\t49272779869067', '49272766907351\t49272859119692\t49272821951724', '49272806991987\t49272899153703\t49272864682922', '49272847111622\t49272939245526\t49272907398078', '49272887389851\t49272979322974\t49272950327557', '49272927334695\t49273019429588\t49272993556984', '49272967453028\t49273059573338\t49273036588182', '49273024153706\t49273119663442\t49273080694380', '49273047578862\t49273159754432\t49273124629484', '49273104322977\t49273199834692\t49273168350994', '49273144429591\t49273239939901\t49273212513755', '49273184573341\t49273280061619\t49273256744640', '49273227996778\t49273340174328\t49273300411098', '49273268087768\t49273380263182\t49273344694432', '49273324834695\t49273420364640\t49273394468651', '49273381606571\t49273460458598\t49273432920942', '49273405061622\t49273500556098\t49273477567453', '49273448507664\t49273560691307\t49273522447713', '49273488596518\t49273600783182\t49273567235525', '49273545364643\t49273640889484\t49273612040369', '49273585458601\t49273680984328\t49273656150682', '49273625556101\t49273741113025\t49273700909432', '49273669024643\t49273781209848\t49273745957557', '49273742449852\t49273821307661\t49273790389848', '49273765889487\t49273861404015\t49273835187192', '49273805984331\t49273921571567\t49273881526932', '49273849446361\t49273961642713\t49273926943755', '49273906209851\t49274001732973\t49273974022192', '49273962974331\t49274061868494\t49274021427452', '49273986404018\t49274101962817\t49274068214067', '49274046571570\t49274142067452\t49274114945421', '49274086642716\t49274202210265\t49274161344067', '49274126732976\t49274242305734\t49274208178494', '49274186868497\t49274282396931\t49274255233598', '49274226962820\t49274342542036\t49274301710369', '49274267067455\t49274382637400\t49274348790161', '49274327210268\t49274422761254\t49274399276567', '49274367305737\t49274482927244\t49274446554900', '49274407396934\t49274522969900\t49274489910421', '49274467542039\t49274583114900\t49274544263650', '49274507637403\t49274623198650\t49274596555317', '49274581094591\t49274683348442\t49274647352192', '49274607927247\t49274723453077\t49274697733494', '49274681303237\t49274783594327\t49274747695265', '49274708114903\t49274823680421\t49274797609119', '49274781531987\t49274883815421\t49274859669379', '49274825015112\t49274943962608\t49274922893962', '49274881786414\t49275024240994\t49274984568650', '49274941927664\t49275064244483\t49275042990837', '49275015347092\t49275124385629\t49275097596514', '49275058815425\t49275184537348\t49275148931410', '49275118962612\t49275224626671\t49275198838598', '49275182574331\t49275284763546\t49275246721723', '49275222577820\t49275324856619\t49275292801775', '49275282718966\t49275364966566\t49275338225421', '49275309537351\t49275405051254\t49275383928233', '49275349626674\t49275465193962\t49275429821358', '49275393096882\t49275505282504\t49275475417504', '49275449856622\t49275545380108\t49275521052556', '49275489966569\t49275605520525\t49275566489639', '49275546717924\t49275645624900\t49275612244796', '49275606860632\t49275685720629\t49275658992973', '49275646949174\t49275745855837\t49275706300629', '49275670380111\t49275785951150\t49275751688285', '49275747187195\t49275826035108\t49275796801098', '49275770624903\t49275866136775\t49275841599639', '49275810720632\t49275926275056\t49275886660733', '49275854189173\t49275966373702\t49275931843025', '49275910951153\t49276006472191\t49275977055108', '49275951035111\t49276046561410\t49276022346514', '49276007803445\t49276106703754\t49276067516827', '49276034608392\t49276146808024\t49276112273754', '49276091373705\t49276186916774\t49276157246358', '49276131472194\t49276226988858\t49276204794274', '49276171561413\t49276287135472\t49276247106931', '49276215037090\t49276327238493\t49276292902556', '49276288474694\t49276367315785\t49276337031358', '49276311916777\t49276407486045\t49276381796826', '49276351988861\t49276447561931\t49276426059899', '49276395468808\t49276507755681\t49276471013285', '49276435571829\t49276547785264\t49276515717139', '49276492315788\t49276587844847\t49276560053233', '49276532486048\t49276628033285\t49276604883076', '49276572561934\t49276688070316\t49276649641045', '49276616089017\t49276728160003\t49276693848649', '49276672785267\t49276768259847\t49276738022087', '49276712844850\t49276808348910\t49276783085681', '49276753033288\t49276868494483\t49276827556305', '49276796403652\t49276908596930\t49276873489274', '49276853160006\t49276948687608\t49276919260003', '49276893259850\t49276988779743\t49276962903910', '49276933348913\t49277048931514\t49277010630160', '49276976827819\t49277089027087\t49277058318285', '49277033596933\t49277149155368\t49277110203545', '49277073687611\t49277189254014\t49277162470889', '49277130446413\t49277249405784\t49277214929587', '49277173931517\t49277289493284\t49277267030784', '49277230693757\t49277349626774\t49277318989274', '49277274155371\t49277389729222\t49277364301826', '49277330920684\t49277429825732\t49277407963024', '49277374405787\t49277489961722\t49277451411201', '49277414493287\t49277530059274\t49277495247868'] ['49270718699019', '49270814218912', '49270787901568'] ['49270762161623', '49270854317297', '49270830691152'] ['49270802262248', '49270894421151', '49270873282454'] 192.168.10.209 - - [22/Dec/2023 15:10:41] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922717 HTTP/1.1" 200 - ['49270842359696', '49270954561204', '49270915410631'] ['49270882452456', '49270994640422', '49270957324068'] ['49270939218915', '49271034746829', '49271001257506'] ['49270995983967', '49271074833599', '49271044821204'] ['49271019421154', '49271134969485', '49271094305995'] ['49271062894540', '49271175060735', '49271143334537'] ['49271119640425', '49271235203651', '49271194159120'] ['49271159746832', '49271275307974', '49271244201672'] ['49271216500269', '49271335497193', '49271295152245'] ['49271276636155', '49271375549276', '49271336447193'] ['49271333394072', '49271415657662', '49271378361880'] ['49271376870321', '49271455790214', '49271418282662'] ['49271416974644', '49271495850995', '49271457108912'] ['49271443830529', '49271535919224', '49271495137766'] ['49271483882612', '49271576025735', '49271534003651'] ['49271523990998', '49271616113703', '49271572364849'] ['49271564123550', '49271656218651', '49271611562453'] ['49271604184331', '49271696292141', '49271649971307'] ['49271644252560', '49271736385891', '49271688152662'] ['49271684359071', '49271776600266', '49271726822505'] ['49271724447039', '49271816579797', '49271776369901'] ['49271764551987', '49271856683859', '49271826185422'] ['49271804625477', '49271916813234', '49271878480682'] ['49271844719227', '49271956917766', '49271928122401'] ['49271901600269', '49272017052089', '49271977230682'] ['49271941579800', '49272057149120', '49272023896932'] ['49271998350529', '49272097246984', '49272067036880'] ['49272058479904', '49272137337766', '49272108108391'] ['49272098584436', '49272177430943', '49272148789693'] ['49272125385425', '49272217527818', '49272188226828'] ['49272165482456', '49272257641151', '49272226791984'] ['49272222246987', '49272297754328', '49272264335161'] ['49272245671102', '49272337906099', '49272301292766'] ['49272302430946', '49272377907193', '49272338388599'] ['49272325861154', '49272418001359', '49272375315057'] ['49272365974487', '49272458107349', '49272412848182'] ['49272406087664', '49272498184224', '49272451607557'] ['49272446239435', '49272538282609', '49272491749172'] ['49272486240529', '49272578388599', '49272533517245'] ['49272526334695', '49272618473443', '49272570084640'] ['49272566440685', '49272658574015', '49272609689693'] ['49272606517560', '49272698658651', '49272652261567'] ['49272646615945', '49272738778286', '49272694567453'] ['49272686721935', '49272779056515', '49272736492297'] ['49272743473446', '49272819001359', '49272779869067'] ['49272766907351', '49272859119692', '49272821951724'] ['49272806991987', '49272899153703', '49272864682922'] ['49272847111622', '49272939245526', '49272907398078'] ['49272887389851', '49272979322974', '49272950327557'] ['49272927334695', '49273019429588', '49272993556984'] ['49272967453028', '49273059573338', '49273036588182'] ['49273024153706', '49273119663442', '49273080694380'] ['49273047578862', '49273159754432', '49273124629484'] ['49273104322977', '49273199834692', '49273168350994'] ['49273144429591', '49273239939901', '49273212513755'] ['49273184573341', '49273280061619', '49273256744640'] ['49273227996778', '49273340174328', '49273300411098'] ['49273268087768', '49273380263182', '49273344694432'] ['49273324834695', '49273420364640', '49273394468651'] ['49273381606571', '49273460458598', '49273432920942'] ['49273405061622', '49273500556098', '49273477567453'] ['49273448507664', '49273560691307', '49273522447713'] ['49273488596518', '49273600783182', '49273567235525'] ['49273545364643', '49273640889484', '49273612040369'] ['49273585458601', '49273680984328', '49273656150682'] ['49273625556101', '49273741113025', '49273700909432'] ['49273669024643', '49273781209848', '49273745957557'] ['49273742449852', '49273821307661', '49273790389848'] ['49273765889487', '49273861404015', '49273835187192'] ['49273805984331', '49273921571567', '49273881526932'] 192.168.10.209 - - [22/Dec/2023 15:10:41] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922725 HTTP/1.1" 200 - ['49273849446361', '49273961642713', '49273926943755'] ['49273906209851', '49274001732973', '49273974022192'] ['49273962974331', '49274061868494', '49274021427452'] ['49273986404018', '49274101962817', '49274068214067'] ['49274046571570', '49274142067452', '49274114945421'] ['49274086642716', '49274202210265', '49274161344067'] ['49274126732976', '49274242305734', '49274208178494'] ['49274186868497', '49274282396931', '49274255233598'] ['49274226962820', '49274342542036', '49274301710369'] ['49274267067455', '49274382637400', '49274348790161'] ['49274327210268', '49274422761254', '49274399276567'] ['49274367305737', '49274482927244', '49274446554900'] ['49274407396934', '49274522969900', '49274489910421'] ['49274467542039', '49274583114900', '49274544263650'] ['49274507637403', '49274623198650', '49274596555317'] ['49274581094591', '49274683348442', '49274647352192'] ['49274607927247', '49274723453077', '49274697733494'] ['49274681303237', '49274783594327', '49274747695265'] ['49274708114903', '49274823680421', '49274797609119'] ['49274781531987', '49274883815421', '49274859669379'] ['49274825015112', '49274943962608', '49274922893962'] ['49274881786414', '49275024240994', '49274984568650'] ['49274941927664', '49275064244483', '49275042990837'] ['49275015347092', '49275124385629', '49275097596514'] ['49275058815425', '49275184537348', '49275148931410'] ['49275118962612', '49275224626671', '49275198838598'] ['49275182574331', '49275284763546', '49275246721723'] ['49275222577820', '49275324856619', '49275292801775'] ['49275282718966', '49275364966566', '49275338225421'] ['49275309537351', '49275405051254', '49275383928233'] ['49275349626674', '49275465193962', '49275429821358'] ['49275393096882', '49275505282504', '49275475417504'] ['49275449856622', '49275545380108', '49275521052556'] ['49275489966569', '49275605520525', '49275566489639'] ['49275546717924', '49275645624900', '49275612244796'] ['49275606860632', '49275685720629', '49275658992973'] ['49275646949174', '49275745855837', '49275706300629'] ['49275670380111', '49275785951150', '49275751688285'] ['49275747187195', '49275826035108', '49275796801098'] ['49275770624903', '49275866136775', '49275841599639'] ['49275810720632', '49275926275056', '49275886660733'] ['49275854189173', '49275966373702', '49275931843025'] ['49275910951153', '49276006472191', '49275977055108'] ['49275951035111', '49276046561410', '49276022346514'] ['49276007803445', '49276106703754', '49276067516827'] ['49276034608392', '49276146808024', '49276112273754'] ['49276091373705', '49276186916774', '49276157246358'] ['49276131472194', '49276226988858', '49276204794274'] ['49276171561413', '49276287135472', '49276247106931'] ['49276215037090', '49276327238493', '49276292902556'] ['49276288474694', '49276367315785', '49276337031358'] ['49276311916777', '49276407486045', '49276381796826'] ['49276351988861', '49276447561931', '49276426059899'] ['49276395468808', '49276507755681', '49276471013285'] ['49276435571829', '49276547785264', '49276515717139'] ['49276492315788', '49276587844847', '49276560053233'] ['49276532486048', '49276628033285', '49276604883076'] ['49276572561934', '49276688070316', '49276649641045'] ['49276616089017', '49276728160003', '49276693848649'] ['49276672785267', '49276768259847', '49276738022087'] ['49276712844850', '49276808348910', '49276783085681'] ['49276753033288', '49276868494483', '49276827556305'] ['49276796403652', '49276908596930', '49276873489274'] ['49276853160006', '49276948687608', '49276919260003'] ['49276893259850', '49276988779743', '49276962903910'] ['49276933348913', '49277048931514', '49277010630160'] ['49276976827819', '49277089027087', '49277058318285'] ['49277033596933', '49277149155368', '49277110203545'] ['49277073687611', '49277189254014', '49277162470889'] ['49277130446413', '49277249405784', '49277214929587'] ['49277173931517', '49277289493284', '49277267030784'] ['49277230693757', '49277349626774', '49277318989274'] ['49277274155371', '49277389729222', '49277364301826'] ['49277330920684', '49277429825732', '49277407963024'] ['49277374405787', '49277489961722', '49277451411201'] ['49277414493287', '49277530059274', '49277495247868'] 192.168.10.209 - - [22/Dec/2023 15:10:41] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922722 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:41] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922724 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:42] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&_=1703228922728 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:42] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922726 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:44] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922730 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49273047578862\t49273159754432\t49273124629484', '49273104322977\t49273199834692\t49273168350994', '49273144429591\t49273239939901\t49273212513755', '49273184573341\t49273280061619\t49273256744640', '49273227996778\t49273340174328\t49273300411098', '49273268087768\t49273380263182\t49273344694432', '49273324834695\t49273420364640\t49273394468651', '49273381606571\t49273460458598\t49273432920942', '49273405061622\t49273500556098\t49273477567453', '49273448507664\t49273560691307\t49273522447713', '49273488596518\t49273600783182\t49273567235525', '49273545364643\t49273640889484\t49273612040369', '49273585458601\t49273680984328\t49273656150682', '49273625556101\t49273741113025\t49273700909432', '49273669024643\t49273781209848\t49273745957557', '49273742449852\t49273821307661\t49273790389848', '49273765889487\t49273861404015\t49273835187192', '49273805984331\t49273921571567\t49273881526932', '49273849446361\t49273961642713\t49273926943755', '49273906209851\t49274001732973\t49273974022192', '49273962974331\t49274061868494\t49274021427452', '49273986404018\t49274101962817\t49274068214067', '49274046571570\t49274142067452\t49274114945421', '49274086642716\t49274202210265\t49274161344067', '49274126732976\t49274242305734\t49274208178494', '49274186868497\t49274282396931\t49274255233598', '49274226962820\t49274342542036\t49274301710369', '49274267067455\t49274382637400\t49274348790161', '49274327210268\t49274422761254\t49274399276567', '49274367305737\t49274482927244\t49274446554900', '49274407396934\t49274522969900\t49274489910421', '49274467542039\t49274583114900\t49274544263650', '49274507637403\t49274623198650\t49274596555317', '49274581094591\t49274683348442\t49274647352192', '49274607927247\t49274723453077\t49274697733494', '49274681303237\t49274783594327\t49274747695265', '49274708114903\t49274823680421\t49274797609119', '49274781531987\t49274883815421\t49274859669379', '49274825015112\t49274943962608\t49274922893962', '49274881786414\t49275024240994\t49274984568650', '49274941927664\t49275064244483\t49275042990837', '49275015347092\t49275124385629\t49275097596514', '49275058815425\t49275184537348\t49275148931410', '49275118962612\t49275224626671\t49275198838598', '49275182574331\t49275284763546\t49275246721723', '49275222577820\t49275324856619\t49275292801775', '49275282718966\t49275364966566\t49275338225421', '49275309537351\t49275405051254\t49275383928233', '49275349626674\t49275465193962\t49275429821358', '49275393096882\t49275505282504\t49275475417504', '49275449856622\t49275545380108\t49275521052556', '49275489966569\t49275605520525\t49275566489639', '49275546717924\t49275645624900\t49275612244796', '49275606860632\t49275685720629\t49275658992973', '49275646949174\t49275745855837\t49275706300629', '49275670380111\t49275785951150\t49275751688285', '49275747187195\t49275826035108\t49275796801098', '49275770624903\t49275866136775\t49275841599639', '49275810720632\t49275926275056\t49275886660733', '49275854189173\t49275966373702\t49275931843025', '49275910951153\t49276006472191\t49275977055108', '49275951035111\t49276046561410\t49276022346514', '49276007803445\t49276106703754\t49276067516827', '49276034608392\t49276146808024\t49276112273754', '49276091373705\t49276186916774\t49276157246358', '49276131472194\t49276226988858\t49276204794274', '49276171561413\t49276287135472\t49276247106931', '49276215037090\t49276327238493\t49276292902556', '49276288474694\t49276367315785\t49276337031358', '49276311916777\t49276407486045\t49276381796826', '49276351988861\t49276447561931\t49276426059899', '49276395468808\t49276507755681\t49276471013285', '49276435571829\t49276547785264\t49276515717139', '49276492315788\t49276587844847\t49276560053233', '49276532486048\t49276628033285\t49276604883076', '49276572561934\t49276688070316\t49276649641045', '49276616089017\t49276728160003\t49276693848649', '49276672785267\t49276768259847\t49276738022087', '49276712844850\t49276808348910\t49276783085681', '49276753033288\t49276868494483\t49276827556305', '49276796403652\t49276908596930\t49276873489274', '49276853160006\t49276948687608\t49276919260003', '49276893259850\t49276988779743\t49276962903910', '49276933348913\t49277048931514\t49277010630160', '49276976827819\t49277089027087\t49277058318285', '49277033596933\t49277149155368\t49277110203545', '49277073687611\t49277189254014\t49277162470889', '49277130446413\t49277249405784\t49277214929587', '49277173931517\t49277289493284\t49277267030784', '49277230693757\t49277349626774\t49277318989274', '49277274155371\t49277389729222\t49277364301826', '49277330920684\t49277429825732\t49277407963024', '49277374405787\t49277489961722\t49277451411201', '49277414493287\t49277530059274\t49277495247868', '49277491293444\t49277578323336\t49277540575159', '49277514729225\t49277610269534\t49277584914066', '49277554825735\t49277650338857\t49277628114274', '49277598295058\t49277710496201\t49277672640472', '49277671725944\t49277750579013\t49277722532399', '49277703323339\t49277810733649\t49277776514951', '49277751936204\t49277850819326\t49277829389586', '49277808672194\t49277910973440\t49277882365315', '49277835496204\t49277971152347\t49277933027034', '49277908912350\t49278011202607\t49277980728597', '49277969066986\t49278051292972\t49278026508753', '49278009152663\t49278111472190\t49278071501201', '49278035973443\t49278151530680\t49278116233128', '49278112819017\t49278191623492\t49278161202034', '49278136202610\t49278231719222\t49278203133336', '49278176292975\t49278271809274\t49278245241670', '49278219805526\t49278311923753\t49278287190524', '49278259864016\t49278352000003\t49278330055003', '49278299956828\t49278412159534\t49278373199586', '49278340052558\t49278452238336\t49278416404274', '49278396809277\t49278492342711\t49278459801253', '49278453590423\t49278532426826\t49278504079169', '49278477000006\t49278572519221\t49278547619899', '49278520492870\t49278632687867\t49278592236253', '49278560571672\t49278672749221\t49278635929169', '49278617342714\t49278712866565\t49278680479013', '49278657426829\t49278752952451\t49278725456878', '49278697519224\t49278793043076\t49278769831305', '49278741021203\t49278853175680\t49278814306461', '49278781082557\t49278893271409\t49278863884065', '49278837866568\t49278953420992\t49278914309951', '49278877952454\t49279013547190\t49278972669065', '49278951376413\t49279053647867\t49279032270003', '49278994842350\t49279133867763\t49279092594534', '49279051604746\t49279173936565\t49279152610680', '49279128420996\t49279234137502\t49279201116357', '49279171880527\t49279274180523\t49279249673909', '49279228647871\t49279334324325\t49279296178180', '49279258867766\t49279374440940\t49279342153440', '49279332269902\t49279414512086\t49279388544169', '49279359137505\t49279474648336\t49279434273023', '49279415847193\t49279514742398\t49279481446877', '49279475990995\t49279554851929\t49279526499013', '49279499440943\t49279594923023\t49279572410107', '49279539512089\t49279655058388\t49279618659586', '49279582981672\t49279695163596\t49279664732086', '49279639742401\t49279735265471\t49279710970731', '49279679851932\t49279795405575\t49279757431252', '49279719923026\t49279835497034\t49279804383075', '49279780058391\t49279875595471\t49279851255054', '49279820163599\t49279935737502\t49279898598231', '49279860265474\t49279975830679\t49279946102919', '49279920405578\t49280015922658\t49279993587294', '49279960497037\t49280076073179\t49280040970367', '49280000595474\t49280116231252\t49280088555315'] ['49273047578862', '49273159754432', '49273124629484'] 192.168.10.209 - - [22/Dec/2023 15:10:44] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922731 HTTP/1.1" 200 - ['49273104322977', '49273199834692', '49273168350994'] ['49273144429591', '49273239939901', '49273212513755'] ['49273184573341', '49273280061619', '49273256744640'] ['49273227996778', '49273340174328', '49273300411098'] ['49273268087768', '49273380263182', '49273344694432'] ['49273324834695', '49273420364640', '49273394468651'] ['49273381606571', '49273460458598', '49273432920942'] ['49273405061622', '49273500556098', '49273477567453'] ['49273448507664', '49273560691307', '49273522447713'] ['49273488596518', '49273600783182', '49273567235525'] ['49273545364643', '49273640889484', '49273612040369'] ['49273585458601', '49273680984328', '49273656150682'] ['49273625556101', '49273741113025', '49273700909432'] ['49273669024643', '49273781209848', '49273745957557'] ['49273742449852', '49273821307661', '49273790389848'] ['49273765889487', '49273861404015', '49273835187192'] ['49273805984331', '49273921571567', '49273881526932'] ['49273849446361', '49273961642713', '49273926943755'] ['49273906209851', '49274001732973', '49273974022192'] ['49273962974331', '49274061868494', '49274021427452'] ['49273986404018', '49274101962817', '49274068214067'] ['49274046571570', '49274142067452', '49274114945421'] ['49274086642716', '49274202210265', '49274161344067'] ['49274126732976', '49274242305734', '49274208178494'] ['49274186868497', '49274282396931', '49274255233598'] ['49274226962820', '49274342542036', '49274301710369'] ['49274267067455', '49274382637400', '49274348790161'] ['49274327210268', '49274422761254', '49274399276567'] ['49274367305737', '49274482927244', '49274446554900'] ['49274407396934', '49274522969900', '49274489910421'] ['49274467542039', '49274583114900', '49274544263650'] ['49274507637403', '49274623198650', '49274596555317'] ['49274581094591', '49274683348442', '49274647352192'] ['49274607927247', '49274723453077', '49274697733494'] ['49274681303237', '49274783594327', '49274747695265'] ['49274708114903', '49274823680421', '49274797609119'] ['49274781531987', '49274883815421', '49274859669379'] ['49274825015112', '49274943962608', '49274922893962'] ['49274881786414', '49275024240994', '49274984568650'] ['49274941927664', '49275064244483', '49275042990837'] ['49275015347092', '49275124385629', '49275097596514'] ['49275058815425', '49275184537348', '49275148931410'] ['49275118962612', '49275224626671', '49275198838598'] ['49275182574331', '49275284763546', '49275246721723'] ['49275222577820', '49275324856619', '49275292801775'] ['49275282718966', '49275364966566', '49275338225421'] ['49275309537351', '49275405051254', '49275383928233'] ['49275349626674', '49275465193962', '49275429821358'] ['49275393096882', '49275505282504', '49275475417504'] ['49275449856622', '49275545380108', '49275521052556'] ['49275489966569', '49275605520525', '49275566489639'] ['49275546717924', '49275645624900', '49275612244796'] ['49275606860632', '49275685720629', '49275658992973'] ['49275646949174', '49275745855837', '49275706300629'] ['49275670380111', '49275785951150', '49275751688285'] ['49275747187195', '49275826035108', '49275796801098'] ['49275770624903', '49275866136775', '49275841599639'] ['49275810720632', '49275926275056', '49275886660733'] ['49275854189173', '49275966373702', '49275931843025'] ['49275910951153', '49276006472191', '49275977055108'] ['49275951035111', '49276046561410', '49276022346514'] ['49276007803445', '49276106703754', '49276067516827'] ['49276034608392', '49276146808024', '49276112273754'] ['49276091373705', '49276186916774', '49276157246358'] ['49276131472194', '49276226988858', '49276204794274'] ['49276171561413', '49276287135472', '49276247106931'] ['49276215037090', '49276327238493', '49276292902556'] ['49276288474694', '49276367315785', '49276337031358'] ['49276311916777', '49276407486045', '49276381796826'] ['49276351988861', '49276447561931', '49276426059899'] ['49276395468808', '49276507755681', '49276471013285'] ['49276435571829', '49276547785264', '49276515717139'] ['49276492315788', '49276587844847', '49276560053233'] ['49276532486048', '49276628033285', '49276604883076'] ['49276572561934', '49276688070316', '49276649641045'] ['49276616089017', '49276728160003', '49276693848649'] ['49276672785267', '49276768259847', '49276738022087'] ['49276712844850', '49276808348910', '49276783085681'] ['49276753033288', '49276868494483', '49276827556305'] ['49276796403652', '49276908596930', '49276873489274'] ['49276853160006', '49276948687608', '49276919260003'] ['49276893259850', '49276988779743', '49276962903910'] ['49276933348913', '49277048931514', '49277010630160'] ['49276976827819', '49277089027087', '49277058318285'] ['49277033596933', '49277149155368', '49277110203545'] ['49277073687611', '49277189254014', '49277162470889'] ['49277130446413', '49277249405784', '49277214929587'] ['49277173931517', '49277289493284', '49277267030784'] ['49277230693757', '49277349626774', '49277318989274'] ['49277274155371', '49277389729222', '49277364301826'] ['49277330920684', '49277429825732', '49277407963024'] ['49277374405787', '49277489961722', '49277451411201'] ['49277414493287', '49277530059274', '49277495247868'] ['49277491293444', '49277578323336', '49277540575159'] ['49277514729225', '49277610269534', '49277584914066'] ['49277554825735', '49277650338857', '49277628114274'] ['49277598295058', '49277710496201', '49277672640472'] ['49277671725944', '49277750579013', '49277722532399'] ['49277703323339', '49277810733649', '49277776514951'] ['49277751936204', '49277850819326', '49277829389586'] ['49277808672194', '49277910973440', '49277882365315'] ['49277835496204', '49277971152347', '49277933027034'] ['49277908912350', '49278011202607', '49277980728597'] ['49277969066986', '49278051292972', '49278026508753'] ['49278009152663', '49278111472190', '49278071501201'] ['49278035973443', '49278151530680', '49278116233128'] ['49278112819017', '49278191623492', '49278161202034'] ['49278136202610', '49278231719222', '49278203133336'] ['49278176292975', '49278271809274', '49278245241670'] ['49278219805526', '49278311923753', '49278287190524'] ['49278259864016', '49278352000003', '49278330055003'] ['49278299956828', '49278412159534', '49278373199586'] ['49278340052558', '49278452238336', '49278416404274'] ['49278396809277', '49278492342711', '49278459801253'] ['49278453590423', '49278532426826', '49278504079169'] ['49278477000006', '49278572519221', '49278547619899'] ['49278520492870', '49278632687867', '49278592236253'] ['49278560571672', '49278672749221', '49278635929169'] ['49278617342714', '49278712866565', '49278680479013'] ['49278657426829', '49278752952451', '49278725456878'] ['49278697519224', '49278793043076', '49278769831305'] ['49278741021203', '49278853175680', '49278814306461'] ['49278781082557', '49278893271409', '49278863884065'] ['49278837866568', '49278953420992', '49278914309951'] ['49278877952454', '49279013547190', '49278972669065'] ['49278951376413', '49279053647867', '49279032270003'] ['49278994842350', '49279133867763', '49279092594534'] ['49279051604746', '49279173936565', '49279152610680'] ['49279128420996', '49279234137502', '49279201116357'] ['49279171880527', '49279274180523', '49279249673909'] ['49279228647871', '49279334324325', '49279296178180'] ['49279258867766', '49279374440940', '49279342153440'] ['49279332269902', '49279414512086', '49279388544169'] ['49279359137505', '49279474648336', '49279434273023'] ['49279415847193', '49279514742398', '49279481446877'] ['49279475990995', '49279554851929', '49279526499013'] ['49279499440943', '49279594923023', '49279572410107'] ['49279539512089', '49279655058388', '49279618659586'] ['49279582981672', '49279695163596', '49279664732086'] ['49279639742401', '49279735265471', '49279710970731'] ['49279679851932', '49279795405575', '49279757431252'] ['49279719923026', '49279835497034', '49279804383075'] ['49279780058391', '49279875595471', '49279851255054'] ['49279820163599', '49279935737502', '49279898598231'] ['49279860265474', '49279975830679', '49279946102919'] ['49279920405578', '49280015922658', '49279993587294'] ['49279960497037', '49280076073179', '49280040970367'] ['49280000595474', '49280116231252', '49280088555315'] 192.168.10.209 - - [22/Dec/2023 15:10:44] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922729 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:45] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922734 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:45] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922732 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:45] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922733 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49275118962612\t49275224626671\t49275198838598', '49275182574331\t49275284763546\t49275246721723', '49275222577820\t49275324856619\t49275292801775', '49275282718966\t49275364966566\t49275338225421', '49275309537351\t49275405051254\t49275383928233', '49275349626674\t49275465193962\t49275429821358', '49275393096882\t49275505282504\t49275475417504', '49275449856622\t49275545380108\t49275521052556', '49275489966569\t49275605520525\t49275566489639', '49275546717924\t49275645624900\t49275612244796', '49275606860632\t49275685720629\t49275658992973', '49275646949174\t49275745855837\t49275706300629', '49275670380111\t49275785951150\t49275751688285', '49275747187195\t49275826035108\t49275796801098', '49275770624903\t49275866136775\t49275841599639', '49275810720632\t49275926275056\t49275886660733', '49275854189173\t49275966373702\t49275931843025', '49275910951153\t49276006472191\t49275977055108', '49275951035111\t49276046561410\t49276022346514', '49276007803445\t49276106703754\t49276067516827', '49276034608392\t49276146808024\t49276112273754', '49276091373705\t49276186916774\t49276157246358', '49276131472194\t49276226988858\t49276204794274', '49276171561413\t49276287135472\t49276247106931', '49276215037090\t49276327238493\t49276292902556', '49276288474694\t49276367315785\t49276337031358', '49276311916777\t49276407486045\t49276381796826', '49276351988861\t49276447561931\t49276426059899', '49276395468808\t49276507755681\t49276471013285', '49276435571829\t49276547785264\t49276515717139', '49276492315788\t49276587844847\t49276560053233', '49276532486048\t49276628033285\t49276604883076', '49276572561934\t49276688070316\t49276649641045', '49276616089017\t49276728160003\t49276693848649', '49276672785267\t49276768259847\t49276738022087', '49276712844850\t49276808348910\t49276783085681', '49276753033288\t49276868494483\t49276827556305', '49276796403652\t49276908596930\t49276873489274', '49276853160006\t49276948687608\t49276919260003', '49276893259850\t49276988779743\t49276962903910', '49276933348913\t49277048931514\t49277010630160', '49276976827819\t49277089027087\t49277058318285', '49277033596933\t49277149155368\t49277110203545', '49277073687611\t49277189254014\t49277162470889', '49277130446413\t49277249405784\t49277214929587', '49277173931517\t49277289493284\t49277267030784', '49277230693757\t49277349626774\t49277318989274', '49277274155371\t49277389729222\t49277364301826', '49277330920684\t49277429825732\t49277407963024', '49277374405787\t49277489961722\t49277451411201', '49277414493287\t49277530059274\t49277495247868', '49277491293444\t49277578323336\t49277540575159', '49277514729225\t49277610269534\t49277584914066', '49277554825735\t49277650338857\t49277628114274', '49277598295058\t49277710496201\t49277672640472', '49277671725944\t49277750579013\t49277722532399', '49277703323339\t49277810733649\t49277776514951', '49277751936204\t49277850819326\t49277829389586', '49277808672194\t49277910973440\t49277882365315', '49277835496204\t49277971152347\t49277933027034', '49277908912350\t49278011202607\t49277980728597', '49277969066986\t49278051292972\t49278026508753', '49278009152663\t49278111472190\t49278071501201', '49278035973443\t49278151530680\t49278116233128', '49278112819017\t49278191623492\t49278161202034', '49278136202610\t49278231719222\t49278203133336', '49278176292975\t49278271809274\t49278245241670', '49278219805526\t49278311923753\t49278287190524', '49278259864016\t49278352000003\t49278330055003', '49278299956828\t49278412159534\t49278373199586', '49278340052558\t49278452238336\t49278416404274', '49278396809277\t49278492342711\t49278459801253', '49278453590423\t49278532426826\t49278504079169', '49278477000006\t49278572519221\t49278547619899', '49278520492870\t49278632687867\t49278592236253', '49278560571672\t49278672749221\t49278635929169', '49278617342714\t49278712866565\t49278680479013', '49278657426829\t49278752952451\t49278725456878', '49278697519224\t49278793043076\t49278769831305', '49278741021203\t49278853175680\t49278814306461', '49278781082557\t49278893271409\t49278863884065', '49278837866568\t49278953420992\t49278914309951', '49278877952454\t49279013547190\t49278972669065', '49278951376413\t49279053647867\t49279032270003', '49278994842350\t49279133867763\t49279092594534', '49279051604746\t49279173936565\t49279152610680', '49279128420996\t49279234137502\t49279201116357', '49279171880527\t49279274180523\t49279249673909', '49279228647871\t49279334324325\t49279296178180', '49279258867766\t49279374440940\t49279342153440', '49279332269902\t49279414512086\t49279388544169', '49279359137505\t49279474648336\t49279434273023', '49279415847193\t49279514742398\t49279481446877', '49279475990995\t49279554851929\t49279526499013', '49279499440943\t49279594923023\t49279572410107', '49279539512089\t49279655058388\t49279618659586', '49279582981672\t49279695163596\t49279664732086', '49279639742401\t49279735265471\t49279710970731', '49279679851932\t49279795405575\t49279757431252', '49279719923026\t49279835497034\t49279804383075', '49279780058391\t49279875595471\t49279851255054', '49279820163599\t49279935737502\t49279898598231', '49279860265474\t49279975830679\t49279946102919', '49279920405578\t49280015922658\t49279993587294', '49279960497037\t49280076073179\t49280040970367', '49280000595474\t49280116231252\t49280088555315', '49280060737505\t49280176306617\t49280135838231', '49280100830682\t49280216391669\t49280183468335', '49280157589328\t49280256495002\t49280230795835', '49280201073182\t49280316627450\t49280278025940', '49280241231255\t49280356731200\t49280325554065', '49280301306620\t49280396809585\t49280373346096', '49280341391672\t49280456954012\t49280422134742', '49280381495005\t49280497062242\t49280470709742', '49280441627453\t49280557188544\t49280519151044', '49280481731203\t49280597294012\t49280567119481', '49280555142922\t49280637381981\t49280614907814', '49280581954015\t49280697520835\t49280662109742', '49280622062245\t49280737626460\t49280710091148', '49280682188547\t49280797764898\t49280758279325', '49280722294015\t49280837862658\t49280806290210', '49280795715318\t49280877955106\t49280854278596', '49280822520838\t49280938098700\t49280901954637', '49280879293130\t49280978192554\t49280949385002', '49280922764901\t49281038322346\t49280997470731', '49280979529328\t49281078425418\t49281045258127', '49281036288443\t49281118526773\t49281092486096', '49281079765370\t49281178654429\t49281140193960', '49281103192557\t49281218775575\t49281187723908', '49281163322349\t49281258857606\t49281235467814', '49281220092088\t49281318990627\t49281288487085', '49281243526776\t49281379146095\t49281340070418', '49281303654432\t49281439290054\t49281400324689', '49281377108912\t49281499437866\t49281463762658', '49281433857610\t49281559623856\t49281525588491', '49281493990631\t49281619718179\t49281584867762', '49281570812766\t49281679870158\t49281639937554', '49281614290058\t49281719938387\t49281692541356', '49281674437870\t49281780085262\t49281744147137', '49281717957193\t49281820183543\t49281794825470', '49281778051516\t49281880338751\t49281841982970', '49281804870161\t49281920426564\t49281889847501', '49281878271724\t49281960510262\t49281937941824', '49281905085265\t49282020647293\t49281985633804', '49281945183546\t49282060752293\t49282034013595', '49282005338754\t49282120882345\t49282081290991', '49282045426567\t49282160981147\t49282128738491', '49282118843599\t49282201078439\t49282175658074', '49282145647296\t49282261215262\t49282223069793'] 192.168.10.209 - - [22/Dec/2023 15:10:46] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922736 HTTP/1.1" 200 - ['49275118962612', '49275224626671', '49275198838598'] ['49275182574331', '49275284763546', '49275246721723'] ['49275222577820', '49275324856619', '49275292801775'] ['49275282718966', '49275364966566', '49275338225421'] ['49275309537351', '49275405051254', '49275383928233'] ['49275349626674', '49275465193962', '49275429821358'] ['49275393096882', '49275505282504', '49275475417504'] ['49275449856622', '49275545380108', '49275521052556'] ['49275489966569', '49275605520525', '49275566489639'] ['49275546717924', '49275645624900', '49275612244796'] ['49275606860632', '49275685720629', '49275658992973'] ['49275646949174', '49275745855837', '49275706300629'] ['49275670380111', '49275785951150', '49275751688285'] ['49275747187195', '49275826035108', '49275796801098'] ['49275770624903', '49275866136775', '49275841599639'] ['49275810720632', '49275926275056', '49275886660733'] ['49275854189173', '49275966373702', '49275931843025'] ['49275910951153', '49276006472191', '49275977055108'] ['49275951035111', '49276046561410', '49276022346514'] ['49276007803445', '49276106703754', '49276067516827'] ['49276034608392', '49276146808024', '49276112273754'] ['49276091373705', '49276186916774', '49276157246358'] ['49276131472194', '49276226988858', '49276204794274'] ['49276171561413', '49276287135472', '49276247106931'] ['49276215037090', '49276327238493', '49276292902556'] ['49276288474694', '49276367315785', '49276337031358'] ['49276311916777', '49276407486045', '49276381796826'] ['49276351988861', '49276447561931', '49276426059899'] ['49276395468808', '49276507755681', '49276471013285'] ['49276435571829', '49276547785264', '49276515717139'] ['49276492315788', '49276587844847', '49276560053233'] ['49276532486048', '49276628033285', '49276604883076'] ['49276572561934', '49276688070316', '49276649641045'] ['49276616089017', '49276728160003', '49276693848649'] ['49276672785267', '49276768259847', '49276738022087'] 192.168.10.209 - - [22/Dec/2023 15:10:46] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922727 HTTP/1.1" 200 - ['49276712844850', '49276808348910', '49276783085681'] ['49276753033288', '49276868494483', '49276827556305'] ['49276796403652', '49276908596930', '49276873489274'] ['49276853160006', '49276948687608', '49276919260003'] ['49276893259850', '49276988779743', '49276962903910'] ['49276933348913', '49277048931514', '49277010630160'] ['49276976827819', '49277089027087', '49277058318285'] ['49277033596933', '49277149155368', '49277110203545'] ['49277073687611', '49277189254014', '49277162470889'] ['49277130446413', '49277249405784', '49277214929587'] ['49277173931517', '49277289493284', '49277267030784'] ['49277230693757', '49277349626774', '49277318989274'] ['49277274155371', '49277389729222', '49277364301826'] ['49277330920684', '49277429825732', '49277407963024'] ['49277374405787', '49277489961722', '49277451411201'] ['49277414493287', '49277530059274', '49277495247868'] ['49277491293444', '49277578323336', '49277540575159'] ['49277514729225', '49277610269534', '49277584914066'] ['49277554825735', '49277650338857', '49277628114274'] ['49277598295058', '49277710496201', '49277672640472'] ['49277671725944', '49277750579013', '49277722532399'] ['49277703323339', '49277810733649', '49277776514951'] ['49277751936204', '49277850819326', '49277829389586'] ['49277808672194', '49277910973440', '49277882365315'] ['49277835496204', '49277971152347', '49277933027034'] ['49277908912350', '49278011202607', '49277980728597'] ['49277969066986', '49278051292972', '49278026508753'] ['49278009152663', '49278111472190', '49278071501201'] ['49278035973443', '49278151530680', '49278116233128'] ['49278112819017', '49278191623492', '49278161202034'] ['49278136202610', '49278231719222', '49278203133336'] ['49278176292975', '49278271809274', '49278245241670'] ['49278219805526', '49278311923753', '49278287190524'] ['49278259864016', '49278352000003', '49278330055003'] ['49278299956828', '49278412159534', '49278373199586'] ['49278340052558', '49278452238336', '49278416404274'] ['49278396809277', '49278492342711', '49278459801253'] ['49278453590423', '49278532426826', '49278504079169'] ['49278477000006', '49278572519221', '49278547619899'] ['49278520492870', '49278632687867', '49278592236253'] ['49278560571672', '49278672749221', '49278635929169'] ['49278617342714', '49278712866565', '49278680479013'] ['49278657426829', '49278752952451', '49278725456878'] ['49278697519224', '49278793043076', '49278769831305'] ['49278741021203', '49278853175680', '49278814306461'] ['49278781082557', '49278893271409', '49278863884065'] ['49278837866568', '49278953420992', '49278914309951'] ['49278877952454', '49279013547190', '49278972669065'] ['49278951376413', '49279053647867', '49279032270003'] ['49278994842350', '49279133867763', '49279092594534'] ['49279051604746', '49279173936565', '49279152610680'] ['49279128420996', '49279234137502', '49279201116357'] ['49279171880527', '49279274180523', '49279249673909'] ['49279228647871', '49279334324325', '49279296178180'] ['49279258867766', '49279374440940', '49279342153440'] ['49279332269902', '49279414512086', '49279388544169'] ['49279359137505', '49279474648336', '49279434273023'] ['49279415847193', '49279514742398', '49279481446877'] ['49279475990995', '49279554851929', '49279526499013'] ['49279499440943', '49279594923023', '49279572410107'] ['49279539512089', '49279655058388', '49279618659586'] ['49279582981672', '49279695163596', '49279664732086'] ['49279639742401', '49279735265471', '49279710970731'] ['49279679851932', '49279795405575', '49279757431252'] ['49279719923026', '49279835497034', '49279804383075'] ['49279780058391', '49279875595471', '49279851255054'] ['49279820163599', '49279935737502', '49279898598231'] ['49279860265474', '49279975830679', '49279946102919'] ['49279920405578', '49280015922658', '49279993587294'] ['49279960497037', '49280076073179', '49280040970367'] ['49280000595474', '49280116231252', '49280088555315'] ['49280060737505', '49280176306617', '49280135838231'] ['49280100830682', '49280216391669', '49280183468335'] ['49280157589328', '49280256495002', '49280230795835'] ['49280201073182', '49280316627450', '49280278025940'] ['49280241231255', '49280356731200', '49280325554065'] ['49280301306620', '49280396809585', '49280373346096'] ['49280341391672', '49280456954012', '49280422134742'] ['49280381495005', '49280497062242', '49280470709742'] ['49280441627453', '49280557188544', '49280519151044'] ['49280481731203', '49280597294012', '49280567119481'] ['49280555142922', '49280637381981', '49280614907814'] ['49280581954015', '49280697520835', '49280662109742'] ['49280622062245', '49280737626460', '49280710091148'] ['49280682188547', '49280797764898', '49280758279325'] ['49280722294015', '49280837862658', '49280806290210'] ['49280795715318', '49280877955106', '49280854278596'] ['49280822520838', '49280938098700', '49280901954637'] ['49280879293130', '49280978192554', '49280949385002'] ['49280922764901', '49281038322346', '49280997470731'] ['49280979529328', '49281078425418', '49281045258127'] ['49281036288443', '49281118526773', '49281092486096'] ['49281079765370', '49281178654429', '49281140193960'] ['49281103192557', '49281218775575', '49281187723908'] ['49281163322349', '49281258857606', '49281235467814'] ['49281220092088', '49281318990627', '49281288487085'] ['49281243526776', '49281379146095', '49281340070418'] ['49281303654432', '49281439290054', '49281400324689'] ['49281377108912', '49281499437866', '49281463762658'] ['49281433857610', '49281559623856', '49281525588491'] ['49281493990631', '49281619718179', '49281584867762'] ['49281570812766', '49281679870158', '49281639937554'] ['49281614290058', '49281719938387', '49281692541356'] ['49281674437870', '49281780085262', '49281744147137'] ['49281717957193', '49281820183543', '49281794825470'] ['49281778051516', '49281880338751', '49281841982970'] ['49281804870161', '49281920426564', '49281889847501'] ['49281878271724', '49281960510262', '49281937941824'] ['49281905085265', '49282020647293', '49281985633804'] ['49281945183546', '49282060752293', '49282034013595'] ['49282005338754', '49282120882345', '49282081290991'] ['49282045426567', '49282160981147', '49282128738491'] ['49282118843599', '49282201078439', '49282175658074'] ['49282145647296', '49282261215262', '49282223069793'] 192.168.10.209 - - [22/Dec/2023 15:10:46] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&surv=true&=1703228922735 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:46] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&wifiswitch=true&process=20805%3Acom.tectree.eto&=1703228922737 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:47] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=8bc4c003(M2007J3SC)&process=20805%3Acom.tectree.eto&=1703228922739 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:10:48] "GET /apm/battery?platform=Android&device=8bc4c003(M2007J3SC)&=1703228922738 HTTP/1.1" 200 - SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['20000000', 'SurfaceView - com.tectree.eto/com.epicgames.unreal.GameActivity#0', '49277514729225\t49277610269534\t49277584914066', '49277554825735\t49277650338857\t49277628114274', '49277598295058\t49277710496201\t49277672640472', '49277671725944\t49277750579013\t49277722532399', '49277703323339\t49277810733649\t49277776514951', '49277751936204\t49277850819326\t49277829389586', '49277808672194\t49277910973440\t49277882365315', '49277835496204\t49277971152347\t49277933027034', '49277908912350\t49278011202607\t49277980728597', '49277969066986\t49278051292972\t49278026508753', '49278009152663\t49278111472190\t49278071501201', '49278035973443\t49278151530680\t49278116233128', '49278112819017\t49278191623492\t49278161202034', '49278136202610\t49278231719222\t49278203133336', '49278176292975\t49278271809274\t49278245241670', '49278219805526\t49278311923753\t49278287190524', '49278259864016\t49278352000003\t49278330055003', '49278299956828\t49278412159534\t49278373199586', '49278340052558\t49278452238336\t49278416404274', '49278396809277\t49278492342711\t49278459801253', '49278453590423\t49278532426826\t49278504079169', '49278477000006\t49278572519221\t49278547619899', '49278520492870\t49278632687867\t49278592236253', '49278560571672\t49278672749221\t49278635929169', '49278617342714\t49278712866565\t49278680479013', '49278657426829\t49278752952451\t49278725456878', '49278697519224\t49278793043076\t49278769831305', '49278741021203\t49278853175680\t49278814306461', '49278781082557\t49278893271409\t49278863884065', '49278837866568\t49278953420992\t49278914309951', '49278877952454\t49279013547190\t49278972669065', '49278951376413\t49279053647867\t49279032270003', '49278994842350\t49279133867763\t49279092594534', '49279051604746\t49279173936565\t49279152610680', '49279128420996\t49279234137502\t49279201116357', '49279171880527\t49279274180523\t49279249673909', '49279228647871\t49279334324325\t49279296178180', '49279258867766\t49279374440940\t49279342153440', '49279332269902\t49279414512086\t49279388544169', '49279359137505\t49279474648336\t49279434273023', '49279415847193\t49279514742398\t49279481446877', '49279475990995\t49279554851929\t49279526499013', '49279499440943\t49279594923023\t49279572410107', '49279539512089\t49279655058388\t49279618659586', '49279582981672\t49279695163596\t49279664732086', '49279639742401\t49279735265471\t49279710970731', '49279679851932\t49279795405575\t49279757431252', '49279719923026\t49279835497034\t49279804383075', '49279780058391\t49279875595471\t49279851255054', '49279820163599\t49279935737502\t49279898598231', '49279860265474\t49279975830679\t49279946102919', '49279920405578\t49280015922658\t49279993587294', '49279960497037\t49280076073179\t49280040970367', '49280000595474\t49280116231252\t49280088555315', '49280060737505\t49280176306617\t49280135838231', '49280100830682\t49280216391669\t49280183468335', '49280157589328\t49280256495002\t49280230795835', '49280201073182\t49280316627450\t49280278025940', '49280241231255\t49280356731200\t49280325554065', '49280301306620\t49280396809585\t49280373346096', '49280341391672\t49280456954012\t49280422134742', '49280381495005\t49280497062242\t49280470709742', '49280441627453\t49280557188544\t49280519151044', '49280481731203\t49280597294012\t49280567119481', '49280555142922\t49280637381981\t49280614907814', '49280581954015\t49280697520835\t49280662109742', '49280622062245\t49280737626460\t49280710091148', '49280682188547\t49280797764898\t49280758279325', '49280722294015\t49280837862658\t49280806290210', '49280795715318\t49280877955106\t49280854278596', '49280822520838\t49280938098700\t49280901954637', '49280879293130\t49280978192554\t49280949385002', '49280922764901\t49281038322346\t49280997470731', '49280979529328\t49281078425418\t49281045258127', '49281036288443\t49281118526773\t49281092486096', '49281079765370\t49281178654429\t49281140193960', '49281103192557\t49281218775575\t49281187723908', '49281163322349\t49281258857606\t49281235467814', '49281220092088\t49281318990627\t49281288487085', '49281243526776\t49281379146095\t49281340070418', '49281303654432\t49281439290054\t49281400324689', '49281377108912\t49281499437866\t49281463762658', '49281433857610\t49281559623856\t49281525588491', '49281493990631\t49281619718179\t49281584867762', '49281570812766\t49281679870158\t49281639937554', '49281614290058\t49281719938387\t49281692541356', '49281674437870\t49281780085262\t49281744147137', '49281717957193\t49281820183543\t49281794825470', '49281778051516\t49281880338751\t49281841982970', '49281804870161\t49281920426564\t49281889847501', '49281878271724\t49281960510262\t49281937941824', '49281905085265\t49282020647293\t49281985633804', '49281945183546\t49282060752293\t49282034013595', '49282005338754\t49282120882345\t49282081290991', '49282045426567\t49282160981147\t49282128738491', '49282118843599\t49282201078439\t49282175658074', '49282145647296\t49282261215262\t49282223069793', '49282185752296\t49282301316095\t49282270537970', '49282262549015\t49282341428126\t49282317743595', '49282285981150\t49282401562189\t49282365469012', '49282326078442\t49282441652345\t49282413641928', '49282386215265\t49282501795730\t49282461811199', '49282426316098\t49282541884272\t49282510980574', '49282483094796\t49282581970418\t49282559645991', '49282526562192\t49282642119272\t49282608789272', '49282566652348\t49282682221043\t49282657313960', '49282626795733\t49282742346564\t49282706528803', '49282666884275\t49282782451980\t49282756093855', '49282723637088\t49282842594949\t49282805578387', '49282767119275\t49282882695105\t49282854551251', '49282840554380\t49282942840209\t49282907975366', '49282867346567\t49283002964584\t49282961992397', '49282940785317\t49283063136251\t49283027798855', '49283000928286\t49283123267761\t49283093385834', '49283057695109\t49283183385678\t49283159235834', '49283117840213\t49283263572813\t49283224219949', '49283177964588\t49283303683230\t49283274281772', '49283254802922\t49283363819584\t49283324708543', '49283298267765\t49283403922188\t49283368340209', '49283358385682\t49283444177084\t49283415157813', '49283388572816\t49283484129063\t49283459565626', '49283445349900\t49283544257293\t49283504887188', '49283472152920\t49283584345365\t49283550802084', '49283528922191\t49283624440157\t49283595858803', '49283585843754\t49283684575782\t49283648026199', '49283609129066\t49283744729480\t49283703583230', '49283669257296\t49283784810574\t49283757878438', '49283726012035\t49283844958647\t49283810920053', '49283782773494\t49283885054688\t49283862329897', '49283842909119\t49283945273022\t49283910280626', '49283869729483\t49283985296094\t49283956259219', '49283943143911\t49284025379636\t49284001647240', '49283969958650\t49284085538646\t49284045766042', '49284010054691\t49284125623907\t49284088595053', '49284070273025\t49284165705209\t49284131410313', '49284110296097\t49284205801303\t49284174490313', '49284150379639\t49284245893907\t49284218291198', '49284193871982\t49284285992813\t49284261287084', '49284233957243\t49284326097136\t49284304353698', '49284274038545\t49284386225678\t49284348078282', '49284314134639\t49284426330105\t49284391577032', '49284387560577\t49284466416303\t49284435295365', '49284427659483\t49284506522709\t49284478447500', '49284451097139\t49284546614948\t49284522052709', '49284494559014\t49284586699584\t49284565342709', '49284534663441\t49284646846511\t49284608454532', '49284574749639\t49284686940261\t49284652393750', '49284648189379\t49284727041980\t49284699448907', '49284671614951\t49284787182969\t49284747760157'] ['49277514729225', '49277610269534', '49277584914066'] ['49277554825735', '49277650338857', '49277628114274'] ['49277598295058', '49277710496201', '49277672640472'] ['49277671725944', '49277750579013', '49277722532399'] ['49277703323339', '49277810733649', '49277776514951'] ['49277751936204', '49277850819326', '49277829389586'] ['49277808672194', '49277910973440', '49277882365315'] ['49277835496204', '49277971152347', '49277933027034'] ['49277908912350', '49278011202607', '49277980728597'] ['49277969066986', '49278051292972', '49278026508753'] ['49278009152663', '49278111472190', '49278071501201'] ['49278035973443', '49278151530680', '49278116233128'] ['49278112819017', '49278191623492', '49278161202034'] ['49278136202610', '49278231719222', '49278203133336'] ['49278176292975', '49278271809274', '49278245241670'] ['49278219805526', '49278311923753', '49278287190524'] ['49278259864016', '49278352000003', '49278330055003'] ['49278299956828', '49278412159534', '49278373199586'] ['49278340052558', '49278452238336', '49278416404274'] ['49278396809277', '49278492342711', '49278459801253'] ['49278453590423', '49278532426826', '49278504079169'] ['49278477000006', '49278572519221', '49278547619899'] ['49278520492870', '49278632687867', '49278592236253'] ['49278560571672', '49278672749221', '49278635929169'] ['49278617342714', '49278712866565', '49278680479013'] ['49278657426829', '49278752952451', '49278725456878'] ['49278697519224', '49278793043076', '49278769831305'] ['49278741021203', '49278853175680', '49278814306461'] ['49278781082557', '49278893271409', '49278863884065'] ['49278837866568', '49278953420992', '49278914309951'] ['49278877952454', '49279013547190', '49278972669065'] ['49278951376413', '49279053647867', '49279032270003'] ['49278994842350', '49279133867763', '49279092594534'] ['49279051604746', '49279173936565', '49279152610680'] ['49279128420996', '49279234137502', '49279201116357'] ['49279171880527', '49279274180523', '49279249673909'] ['49279228647871', '49279334324325', '49279296178180'] ['49279258867766', '49279374440940', '49279342153440'] ['49279332269902', '49279414512086', '49279388544169'] ['49279359137505', '49279474648336', '49279434273023'] ['49279415847193', '49279514742398', '49279481446877'] ['49279475990995', '49279554851929', '49279526499013'] ['49279499440943', '49279594923023', '49279572410107'] ['49279539512089', '49279655058388', '49279618659586'] ['49279582981672', '49279695163596', '49279664732086'] ['49279639742401', '49279735265471', '49279710970731'] ['49279679851932', '49279795405575', '49279757431252'] ['49279719923026', '49279835497034', '49279804383075'] ['49279780058391', '49279875595471', '49279851255054'] ['49279820163599', '49279935737502', '49279898598231'] ['49279860265474', '49279975830679', '49279946102919'] ['49279920405578', '49280015922658', '49279993587294'] ['49279960497037', '49280076073179', '49280040970367'] ['49280000595474', '49280116231252', '49280088555315'] ['49280060737505', '49280176306617', '49280135838231'] ['49280100830682', '49280216391669', '49280183468335'] ['49280157589328', '49280256495002', '49280230795835'] ['49280201073182', '49280316627450', '49280278025940'] ['49280241231255', '49280356731200', '49280325554065'] ['49280301306620', '49280396809585', '49280373346096'] ['49280341391672', '49280456954012', '49280422134742'] ['49280381495005', '49280497062242', '49280470709742'] ['49280441627453', '49280557188544', '49280519151044'] ['49280481731203', '49280597294012', '49280567119481'] ['49280555142922', '49280637381981', '49280614907814'] ['49280581954015', '49280697520835', '49280662109742'] ['49280622062245', '49280737626460', '49280710091148'] ['49280682188547', '49280797764898', '49280758279325'] ['49280722294015', '49280837862658', '49280806290210'] ['49280795715318', '49280877955106', '49280854278596'] ['49280822520838', '49280938098700', '49280901954637'] ['49280879293130', '49280978192554', '49280949385002'] ['49280922764901', '49281038322346', '49280997470731'] ['49280979529328', '49281078425418', '49281045258127'] ['49281036288443', '49281118526773', '49281092486096'] ['49281079765370', '49281178654429', '49281140193960'] ['49281103192557', '49281218775575', '49281187723908'] ['49281163322349', '49281258857606', '49281235467814'] ['49281220092088', '49281318990627', '49281288487085'] ['49281243526776', '49281379146095', '49281340070418'] ['49281303654432', '49281439290054', '49281400324689'] ['49281377108912', '49281499437866', '49281463762658'] ['49281433857610', '49281559623856', '49281525588491'] ['49281493990631', '49281619718179', '49281584867762'] ['49281570812766', '49281679870158', '49281639937554'] ['49281614290058', '49281719938387', '49281692541356'] ['49281674437870', '49281780085262', '49281744147137'] ['49281717957193', '49281820183543', '49281794825470'] ['49281778051516', '49281880338751', '49281841982970'] ['49281804870161', '49281920426564', '49281889847501'] ['49281878271724', '49281960510262', '49281937941824'] ['49281905085265', '49282020647293', '49281985633804'] ['49281945183546', '49282060752293', '49282034013595'] ['49282005338754', '49282120882345', '49282081290991'] ['49282045426567', '49282160981147', '49282128738491'] ['49282118843599', '49282201078439', '49282175658074'] ['49282145647296', '49282261215262', '49282223069793'] ['49282185752296', '49282301316095', '49282270537970'] ['49282262549015', '49282341428126', '49282317743595'] ['49282285981150', '49282401562189', '49282365469012'] ['49282326078442', '49282441652345', '49282413641928'] ['49282386215265', '49282501795730', '49282461811199'] ['49282426316098', '49282541884272', '49282510980574'] ['49282483094796', '49282581970418', '49282559645991'] ['49282526562192', '49282642119272', '49282608789272'] ['49282566652348', '49282682221043', '49282657313960'] ['49282626795733', '49282742346564', '49282706528803'] ['49282666884275', '49282782451980', '49282756093855'] ['49282723637088', '49282842594949', '49282805578387'] ['49282767119275', '49282882695105', '49282854551251'] ['49282840554380', '49282942840209', '49282907975366'] ['49282867346567', '49283002964584', '49282961992397'] ['49282940785317', '49283063136251', '49283027798855'] ['49283000928286', '49283123267761', '49283093385834'] ['49283057695109', '49283183385678', '49283159235834'] ['49283117840213', '49283263572813', '49283224219949'] ['49283177964588', '49283303683230', '49283274281772'] ['49283254802922', '49283363819584', '49283324708543'] ['49283298267765', '49283403922188', '49283368340209'] ['49283358385682', '49283444177084', '49283415157813'] ['49283388572816', '49283484129063', '49283459565626'] ['49283445349900', '49283544257293', '49283504887188'] ['49283472152920', '49283584345365', '49283550802084'] ['49283528922191', '49283624440157', '49283595858803'] ['49283585843754', '49283684575782', '49283648026199'] ['49283609129066', '49283744729480', '49283703583230'] ['49283669257296', '49283784810574', '49283757878438'] ['49283726012035', '49283844958647', '49283810920053'] ['49283782773494', '49283885054688', '49283862329897'] ['49283842909119', '49283945273022', '49283910280626'] ['49283869729483', '49283985296094', '49283956259219'] ['49283943143911', '49284025379636', '49284001647240'] ['49283969958650', '49284085538646', '49284045766042'] ['49284010054691', '49284125623907', '49284088595053'] ['49284070273025', '49284165705209', '49284131410313'] ['49284110296097', '49284205801303', '49284174490313'] ['49284150379639', '49284245893907', '49284218291198'] ['49284193871982', '49284285992813', '49284261287084'] ['49284233957243', '49284326097136', '49284304353698'] ['49284274038545', '49284386225678', '49284348078282'] ['49284314134639', '49284426330105', '49284391577032'] ['49284387560577', '49284466416303', '49284435295365'] ['49284427659483', '49284506522709', '49284478447500'] ['49284451097139', '49284546614948', '49284522052709'] ['49284494559014', '49284586699584', '49284565342709'] ['49284534663441', '49284646846511', '49284608454532'] ['49284574749639', '49284686940261', '49284652393750'] ['49284648189379', '49284727041980', '49284699448907'] ['49284671614951', '49284787182969', '49284747760157']

JIUJIUs commented 7 months ago

我换一个手机试下~

rafa0128 commented 7 months ago

其他功能做了一部分不好拆出来了,下个版本要等下个月才发布,着急就先用debug的代码。

JIUJIUs commented 7 months ago

换了另外一台设备,发现它也还没有 FPS 数据 image

192.168.10.209 - - [22/Dec/2023 15:22:33] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=23800%3Acom.tectree.eto&=1703229739473 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:22:34] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&surv=true&_=1703229739471 HTTP/1.1" 200 - [E 231222 15:22:35 apm:158] 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\SoloX\solox\public\apm.py", line 151, in getAndroidMemory totalPass = round(float(float(mtotal.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' 192.168.10.209 - - [22/Dec/2023 15:22:35] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=23800%3Acom.tectree.eto&=1703229739472 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:22:35] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&_=1703229739475 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:22:36] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=23800%3Acom.tectree.eto&=1703229739476 HTTP/1.1" 200 - SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#0 ['33333333', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] 192.168.10.209 - - [22/Dec/2023 15:22:36] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=23800%3Acom.tectree.eto&=1703229739474 HTTP/1.1" 200 - ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] 192.168.10.209 - - [22/Dec/2023 15:22:37] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&=1703229739479 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:22:38] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&surv=true&_=1703229739477 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:22:38] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=23800%3Acom.tectree.eto&=1703229739480 HTTP/1.1" 200 - [E 231222 15:22:38 apm:158] 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\SoloX\solox\public\apm.py", line 151, in getAndroidMemory totalPass = round(float(float(m_total.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group'

rafa0128 commented 7 months ago

测试界面分别执行: adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#0 adb shell dumpsys SurfaceFlinger --latency SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#0

多执行几次看看有没有非0的数据,如果没有就解决不了了,这个手机系统机制不一样,我要靠手机写数据到这里才能计算

rafa0128 commented 7 months ago

git pull继续

重新拉一下,我看了memory也报错了,顺便一起定位

JIUJIUs commented 7 months ago

来咯~

image

192.168.10.209 - - [22/Dec/2023 15:49:06] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&=1703231331491 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:49:06] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&surv=true&=1703231331490 HTTP/1.1" 200 - [E 231222 15:49:06 apm:159] 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\SoloX\solox\public\apm.py", line 152, in getAndroidMemory totalPass = round(float(float(mtotal.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' 192.168.10.209 - - [22/Dec/2023 15:49:06] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=23800%3Acom.tectree.eto&=1703231331488 HTTP/1.1" 200 - [I 231222 15:49:06 apm:149] memory info: Applications Memory Usage (in Kilobytes): Uptime: 45764185 Realtime: 775183459

** MEMINFO in pid 23800 [com.tectree.eto] **
                   Pss  Private  Private  SwapPss      Rss     Heap     Heap     Heap
                 Total    Dirty    Clean    Dirty    Total     Size    Alloc     Free
                ------   ------   ------   ------   ------   ------   ------   ------
  Native Heap    28150    27824        4       55    29740    43976    38279     5696
  Dalvik Heap     6794     2220     4392       17     8824    11780     2945     8835
 Dalvik Other     3204     1860       28        0     5160
        Stack     2282     2224        0        0     2356
       Ashmem       17        0        0        0      908
      Gfx dev    95432    95432        0        0    95432
    Other dev      257      168       16        0      768
     .so mmap   121483      440   107688        0   162956
    .jar mmap     3093        0      764        0    28156
    .apk mmap       59        0        0        0      572
    .ttf mmap       39        0        4        0      128
    .dex mmap     3998       64     3772        0     4720
    .oat mmap       27        0        0        0     2592
    .art mmap     6366     3636      860       15    18308
   Other mmap       54        8        0        0      696
   EGL mtrack    38648    38648        0        0    38648
    GL mtrack      960      960        0        0      960
      Unknown   511539   511468        4        0   511900
        TOTAL   822489   684952   117532       87   912824    55756    41224    14531

 App Summary
                       Pss(KB)                        Rss(KB)
                        ------                         ------
           Java Heap:     6716                          27132
         Native Heap:    27824                          29740
                Code:   112744                         201116
               Stack:     2224                           2356
            Graphics:   135040                         135040
       Private Other:   517936
              System:    20005
             Unknown:                                  517440

           TOTAL PSS:   822489            TOTAL RSS:   912824       TOTAL SWAP PSS:       87

 Objects
               Views:       16         ViewRootImpl:        1
         AppContexts:        6           Activities:        1
              Assets:       31        AssetManagers:        0
       Local Binders:       31        Proxy Binders:       46
       Parcel memory:       11         Parcel count:       46
    Death Recipients:        4      OpenSSL Sockets:        1
            WebViews:        0

 SQL
         MEMORY_USED:      207
  PAGECACHE_OVERFLOW:       78          MALLOC_SIZE:       46

 DATABASES
      pgsz     dbsz   Lookaside(b)          cache  Dbname
         4       24            111     148/341/11  /data/user/0/com.tectree.eto/databases/thinkingdata
         4       52            117      13/342/12  /data/user/0/com.tectree.eto/databases/crashSight_db_

192.168.10.209 - - [22/Dec/2023 15:49:07] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&_=1703231331493 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 15:49:08] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=23800%3Acom.tectree.eto&=1703231331492 HTTP/1.1" 200 - SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#0 ['16666666', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] [E 231222 15:49:08 apm:159] 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\SoloX\solox\public\apm.py", line 152, in getAndroidMemory totalPass = round(float(float(mtotal.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] 192.168.10.209 - - [22/Dec/2023 15:49:08] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=23800%3Acom.tectree.eto&=1703231331495 HTTP/1.1" 200 - ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] 192.168.10.209 - - [22/Dec/2023 15:49:08] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=23800%3Acom.tectree.eto&_=1703231331487 HTTP/1.1" 200 - ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'

rafa0128 commented 7 months ago

看上去不太对,确定是拉了最新代码吗?

JIUJIUs commented 7 months ago

我再 pull 一次试下~

JIUJIUs commented 7 months ago

好了 ,FPS 有了

image

192.168.10.209 - - [22/Dec/2023 16:08:37] "GET /static/logo/logo.png HTTP/1.1" 304 - 192.168.10.209 - - [22/Dec/2023 16:08:37] "GET /solox/version?=1703232516271 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:08:37] "GET /device/ids?platform=Android&=1703232516270 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:08:48] "GET /package/pids?platform=Android&device=d330c5b9(Redmi%20K30)&pkgname=com.tectree.eto&_=1703232516272 HTTP/1.1" 200 - [I 231222 16:08:51 common:227] Clean up useless files ... [I 231222 16:08:51 common:863] stop scrcpy process [I 231222 16:08:51 common:234] Clean up useless files success 192.168.10.209 - - [22/Dec/2023 16:08:51] "POST /apm/initialize HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:08:51] "GET /apm/set/network?platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&type=pre&process=3941%3Acom.tectree.eto&=1703232516273 HTTP/1.1" 200 - [I 231222 16:08:52 apm:149] memory info: Applications Memory Usage (in Kilobytes): Uptime: 46949504 Realtime: 776368779

** MEMINFO in pid 3941 [com.tectree.eto] **
                   Pss  Private  Private  SwapPss      Rss     Heap     Heap     Heap
                 Total    Dirty    Clean    Dirty    Total     Size    Alloc     Free
                ------   ------   ------   ------   ------   ------   ------   ------
  Native Heap    21097    20712        8       54    22740    38304    33827     4476
  Dalvik Heap     3843     3688       12       65     5640    11944     2986     8958
 Dalvik Other     2450     1936        0        0     3600
        Stack     2100     2012        0        0     2204
       Ashmem       20        0        0        0      904
      Gfx dev    45368    45368        0        0    45368
    Other dev      264      172       16        0      780
     .so mmap   253809      432   235176        0   300660
    .jar mmap     6553        0     2760        0    37768
    .apk mmap     1050        0      288        0     3656
    .ttf mmap     3316        0     3168        0     3672
    .dex mmap     6811       64     6416        0     7968
    .oat mmap       67        0        0        0     2792
    .art mmap     5404     3460      128       24    17304
   Other mmap      133        8        0        0     1160
   EGL mtrack    28372    28372        0        0    28372
    GL mtrack      960      960        0        0      960
      Unknown   198231   198160        4        0   198596
        TOTAL   579991   305344   247976      143   684144    50248    36813    13434

 App Summary
                       Pss(KB)                        Rss(KB)
                        ------                         ------
           Java Heap:     7276                          22944
         Native Heap:    20712                          22740
                Code:   248316                         356860
               Stack:     2012                           2204
            Graphics:    74700                          74700
       Private Other:   200304
              System:    26671
             Unknown:                                  204696

           TOTAL PSS:   579991            TOTAL RSS:   684144       TOTAL SWAP PSS:      143

 Objects
               Views:       16         ViewRootImpl:        1
         AppContexts:        6           Activities:        1
              Assets:       31        AssetManagers:        0
       Local Binders:       25        Proxy Binders:       44
       Parcel memory:       13         Parcel count:       49
    Death Recipients:        4      OpenSSL Sockets:        2
            WebViews:        0

 SQL
         MEMORY_USED:      209
  PAGECACHE_OVERFLOW:       78          MALLOC_SIZE:       46

 DATABASES
      pgsz     dbsz   Lookaside(b)          cache  Dbname
         4       24             84         8/22/7  /data/user/0/com.tectree.eto/databases/thinkingdata
         4       52            120       14/28/13  /data/user/0/com.tectree.eto/databases/crashSight_db_

192.168.10.209 - - [22/Dec/2023 16:08:53] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&_=1703232516278 HTTP/1.1" 200 - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['33333333', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '46932090514122\t46932108578914\t46932089157612', '46932090514122\t46932150325476\t46932089157612', '46932090514122\t46932225082664\t46932089157612', '46932090514122\t46932550061101\t46932089157612', '46932090514122\t46932566717768\t46932089157612'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] [E 231222 16:08:53 apm:159] 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\SoloX\solox\public\apm.py", line 152, in getAndroidMemory totalPass = round(float(float(m_total.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' ['0', '0', '0'] 192.168.10.209 - - [22/Dec/2023 16:08:53] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=3941%3Acom.tectree.eto&=1703232516276 HTTP/1.1" 200 - ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] 192.168.10.209 - - [22/Dec/2023 16:08:53] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=3941%3Acom.tectree.eto&=1703232516275 HTTP/1.1" 200 - ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['46932090514122', '46932108578914', '46932089157612'] ['46932090514122', '46932150325476', '46932089157612'] ['46932090514122', '46932225082664', '46932089157612'] ['46932090514122', '46932550061101', '46932089157612'] ['46932090514122', '46932566717768', '46932089157612'] 192.168.10.209 - - [22/Dec/2023 16:08:53] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&surv=true&=1703232516277 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:08:53] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&=1703232516279 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:08:53] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=3941%3Acom.tectree.eto&=1703232516274 HTTP/1.1" 200 - [I 231222 16:08:54 apm:149] memory info: Applications Memory Usage (in Kilobytes): Uptime: 46951748 Realtime: 776371023

** MEMINFO in pid 3941 [com.tectree.eto] **
                   Pss  Private  Private  SwapPss      Rss     Heap     Heap     Heap
                 Total    Dirty    Clean    Dirty    Total     Size    Alloc     Free
                ------   ------   ------   ------   ------   ------   ------   ------
  Native Heap    21575    21192        8       54    23216    39044    34204     4839
  Dalvik Heap     6937     2208     4552       18     8792    11883     2987     8896
 Dalvik Other     2354     1804       28        0     3512
        Stack     2044     1956        0        0     2148
       Ashmem       20        0        0        0      904
      Gfx dev    45472    45472        0        0    45472
    Other dev      264      172       16        0      780
     .so mmap   253801      432   235176        0   300660
    .jar mmap     6512        0     2696        0    37768
    .apk mmap     1050        0      288        0     3656
    .ttf mmap     3316        0     3168        0     3672
    .dex mmap     6811       64     6416        0     7968
    .oat mmap       67        0        0        0     2792
    .art mmap     6251     3464      900       15    18264
   Other mmap      122        8        0        0     1160
   EGL mtrack    28372    28372        0        0    28372
    GL mtrack      960      960        0        0      960
      Unknown   244335   244264        4        0   244700
        TOTAL   630350   350368   253252       87   734796    50927    37191    13735

 App Summary
                       Pss(KB)                        Rss(KB)
                        ------                         ------
           Java Heap:     6572                          27056
         Native Heap:    21192                          23216
                Code:   248252                         356876
               Stack:     1956                           2148
            Graphics:    74804                          74804
       Private Other:   250844
              System:    26730
             Unknown:                                  250696

           TOTAL PSS:   630350            TOTAL RSS:   734796       TOTAL SWAP PSS:       87

 Objects
               Views:       16         ViewRootImpl:        1
         AppContexts:        6           Activities:        1
              Assets:       31        AssetManagers:        0
       Local Binders:       25        Proxy Binders:       43
       Parcel memory:       11         Parcel count:       44
    Death Recipients:        4      OpenSSL Sockets:        2
            WebViews:        0

 SQL
         MEMORY_USED:      209
  PAGECACHE_OVERFLOW:       78          MALLOC_SIZE:       46

 DATABASES
      pgsz     dbsz   Lookaside(b)          cache  Dbname
         4       24             84         8/25/7  /data/user/0/com.tectree.eto/databases/thinkingdata
         4       52            120       14/31/13  /data/user/0/com.tectree.eto/databases/crashSight_db_

192.168.10.209 - - [22/Dec/2023 16:08:54] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=3941%3Acom.tectree.eto&=1703232516280 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:08:55] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&_=1703232516283 HTTP/1.1" 200 - [E 231222 16:08:55 apm:159] 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\SoloX\solox\public\apm.py", line 152, in getAndroidMemory totalPass = round(float(float(m_total.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' 192.168.10.209 - - [22/Dec/2023 16:08:55] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=3941%3Acom.tectree.eto&=1703232516285 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:08:55] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=3941%3Acom.tectree.eto&_=1703232516281 HTTP/1.1" 200 - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['33333333', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '46932090514122\t46932108578914\t46932089157612', '46932090514122\t46932150325476\t46932089157612', '46932090514122\t46932225082664\t46932089157612', '46932090514122\t46932550061101\t46932089157612', '46932090514122\t46932566717768\t46932089157612'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['46932090514122', '46932108578914', '46932089157612'] ['46932090514122', '46932150325476', '46932089157612'] ['46932090514122', '46932225082664', '46932089157612'] ['46932090514122', '46932550061101', '46932089157612'] ['46932090514122', '46932566717768', '46932089157612']

rafa0128 commented 7 months ago

继续拉代码,memory应该也好了

JIUJIUs commented 7 months ago

大佬牛的! image

192.168.10.209 - - [22/Dec/2023 16:17:02] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&surv=true&_=1703232986947 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:17:03] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&wifiswitch=true&process=3941%3Acom.tectree.eto&=1703232986953 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:17:03] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=3941%3Acom.tectree.eto&=1703232986949 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:17:03] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&=1703232986954 HTTP/1.1" 200 - [I 231222 16:17:04 apm:149] memory info: Applications Memory Usage (in Kilobytes): Uptime: 47441517 Realtime: 776860791

** MEMINFO in pid 3941 [com.tectree.eto] **
                   Pss  Private  Private  SwapPss      Rss     Heap     Heap     Heap
                 Total    Dirty    Clean    Dirty    Total     Size    Alloc     Free
                ------   ------   ------   ------   ------   ------   ------   ------
  Native Heap    25525    25160        8       53    27144    41716    37752     3965
  Dalvik Heap     6897     2172     4552       18     8752    11351     2838     8513
 Dalvik Other     2948     1812       28        0     4696
        Stack     2286     2212        0        0     2376
       Ashmem       19        0        0        0      908
      Gfx dev   319716   319716        0        0   319716
    Other dev      256      172        8        0      772
     .so mmap   230454      444   214300        0   272692
    .jar mmap     4359        0     1132        0    33332
    .apk mmap     1051        0      688        0     2932
    .ttf mmap     3352        0     3260        0     3552
    .dex mmap     4451       64     4204        0     5348
    .oat mmap       50        0        0        0     2732
    .art mmap     6318     3544      904       15    18284
   Other mmap       67        8       12        0      776
   EGL mtrack    48924    48924        0        0    48924
    GL mtrack      960      960        0        0      960
      Unknown   589551   589480        4        0   589916
        TOTAL  1247270   994668   229100       86  1343812    53067    40590    12478

 App Summary
                       Pss(KB)                        Rss(KB)
                        ------                         ------
           Java Heap:     6620                          27036
         Native Heap:    25160                          27144
                Code:   224104                         322124
               Stack:     2212                           2376
            Graphics:   369600                         369600
       Private Other:   596072
              System:    23502
             Unknown:                                  595532

           TOTAL PSS:  1247270            TOTAL RSS:  1343812       TOTAL SWAP PSS:       86

 Objects
               Views:       16         ViewRootImpl:        1
         AppContexts:        6           Activities:        1
              Assets:       31        AssetManagers:        0
       Local Binders:       29        Proxy Binders:       44
       Parcel memory:       11         Parcel count:       44
    Death Recipients:        4      OpenSSL Sockets:        0
            WebViews:        0

 SQL
         MEMORY_USED:      209
  PAGECACHE_OVERFLOW:       78          MALLOC_SIZE:       46

 DATABASES
      pgsz     dbsz   Lookaside(b)          cache  Dbname
         4       24             91       59/203/8  /data/user/0/com.tectree.eto/databases/thinkingdata
         4       52            120      14/208/13  /data/user/0/com.tectree.eto/databases/crashSight_db_

192.168.10.209 - - [22/Dec/2023 16:17:04] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=d330c5b9(Redmi%20K30)&process=3941%3Acom.tectree.eto&=1703232986955 HTTP/1.1" 200 - 192.168.10.209 - - [22/Dec/2023 16:17:04] "GET /apm/battery?platform=Android&device=d330c5b9(Redmi%20K30)&=1703232986959 HTTP/1.1" 200 - com.tectree.eto/com.epicgames.unreal.GameActivity#0 ['16666666', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '0\t0\t0', '46932090514122\t46932108578914\t46932089157612', '46932090514122\t46932150325476\t46932089157612', '46932090514122\t46932225082664\t46932089157612', '46932090514122\t46932550061101\t46932089157612', '46932090514122\t46932566717768\t46932089157612', '47054903418607\t47054919922304\t47054906039075', '47055349807617\t47055369949023\t47055350472929', '47055390919388\t47055419952669\t47055392179648', '47055564129023\t47055586878658\t47055564883658', '47055897065742\t47055936605585\t47055923164700', '47056391765429\t47056420243085\t47056396132669', '47056898619752\t47056919951783\t47056901916002', '47057390626679\t47057419944543\t47057398998345', '47057729666730\t47057769938918\t47057729582980', '47058225621314\t47058253317564\t47058228770116', '47058533119959\t47058553739074\t47058535682720', '47058714635116\t47058736632980\t47058715236053', '47058915448657\t47058936619595\t47058918368240', '47059410561417\t47059436595115\t47059411101730', '47059877596053\t47059903292823\t47059882042823', '47061249820948\t47061286820062\t47061270514646', '47061299183708\t47061336700062\t47061313724542', '47061597793812\t47061636603760\t47061607432354', '47061741185219\t47061786667562\t47061744345635', '47062247560479\t47062269973448\t47062248509437', '47062710178447\t47062736845947\t47062718842510', '47062878881104\t47062903807979\t47062879363968', '47063078087353\t47063103305270\t47063079347926', '47063277288447\t47063303285322\t47063283515999', '47063463048968\t47063486601051\t47063467230999', '47063628232197\t47063653259489\t47063632425530', '47064124558447\t47064153300061\t47064130321728', '47064483967665\t47064503306728\t47064484619020'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['0', '0', '0'] ['46932090514122', '46932108578914', '46932089157612'] ['46932090514122', '46932150325476', '46932089157612'] ['46932090514122', '46932225082664', '46932089157612'] ['46932090514122', '46932550061101', '46932089157612'] ['46932090514122', '46932566717768', '46932089157612'] ['47054903418607', '47054919922304', '47054906039075'] ['47055349807617', '47055369949023', '47055350472929'] ['47055390919388', '47055419952669', '47055392179648'] ['47055564129023', '47055586878658', '47055564883658'] ['47055897065742', '47055936605585', '47055923164700'] ['47056391765429', '47056420243085', '47056396132669'] ['47056898619752', '47056919951783', '47056901916002'] ['47057390626679', '47057419944543', '47057398998345'] ['47057729666730', '47057769938918', '47057729582980'] ['47058225621314', '47058253317564', '47058228770116'] ['47058533119959', '47058553739074', '47058535682720'] ['47058714635116', '47058736632980', '47058715236053'] ['47058915448657', '47058936619595', '47058918368240'] ['47059410561417', '47059436595115', '47059411101730'] ['47059877596053', '47059903292823', '47059882042823'] ['47061249820948', '47061286820062', '47061270514646'] ['47061299183708', '47061336700062', '47061313724542'] ['47061597793812', '47061636603760', '47061607432354'] ['47061741185219', '47061786667562', '47061744345635'] ['47062247560479', '47062269973448', '47062248509437'] ['47062710178447', '47062736845947', '47062718842510'] ['47062878881104', '47062903807979', '47062879363968'] ['47063078087353', '47063103305270', '47063079347926'] ['47063277288447', '47063303285322', '47063283515999'] ['47063463048968', '47063486601051', '47063467230999'] ['47063628232197', '47063653259489', '47063632425530'] ['47064124558447', '47064153300061', '47064130321728'] ['47064483967665', '47064503306728', '47064484619020']

rafa0128 commented 7 months ago

系统写的数据太慢,很多都是0,估计你那台设备计算的fps可能不准。这个没办法了

JIUJIUs commented 7 months ago

系统写的数据太慢,很多都是0,估计你那台设备计算的fps可能不准。这个没办法了

晓得~

JIUJIUs commented 7 months ago

我还有一台 OnePlus 被借走了,下周回来试试它能获取到 FPS 不~

rafa0128 commented 7 months ago

@JIUJIUs 兄弟不要吝啬你的小星星,帮忙点起来吧😄

JIUJIUs commented 7 months ago

@JIUJIUs 兄弟不要吝啬你的小星星,帮忙点起来吧😄

实不相瞒,不太会 GIt ,但是我尝试点了,是这样吗?

image

rafa0128 commented 7 months ago

是的,ok了,静静等待2.8.8发布吧

JIUJIUs commented 7 months ago

是的,ok了,静静等待2.8.8发布吧

好的,爱你~

JIUJIUs commented 7 months ago

大佬,我又来了,换了一台 OnePlus11 ,页面上没有获取到 mem 和 fps 信息,截图&日志如下~

image

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#0 ---- TIME: 2023-12-26 15:12:17.865 ---- 16666666

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#0 ---- TIME: 2023-12-26 15:12:31.044 ---- 16666666

192.168.10.209 - - [26/Dec/2023 15:12:48] "GET /apm/battery?platform=Android&device=fc1e621d(PHB110)&_=1703574493576 HTTP/1.1" 200 - 192.168.10.209 - - [26/Dec/2023 15:12:48] "GET /apm/network?model=normal&platform=Android&pkgname=com.tectree.eto&device=fc1e621d(PHB110)&wifiswitch=true&process=11959%3Acom.tectree.eto&=1703574493577 HTTP/1.1" 200 - [E 231226 15:12:48 android_fps:294] an exception hanpend in fps _collector_thread , reason unkown! [D 231226 15:12:48 android_fps:296] Traceback (most recent call last): File "C:\SoloX\solox\public\android_fps.py", line 269, in _collector_thread refresh_period, new_timestamps = self._get_surfaceflinger_frame_data() File "C:\SoloX\solox\public\android_fps.py", line 416, in _get_surfaceflinger_frame_data if len(results) <= 1 or int(results[-1].split()[0]) ==0: ValueError: invalid literal for int() with base 10: 'OPlusFrameTracker'

192.168.10.209 - - [26/Dec/2023 15:12:48] "GET /apm/fps?model=normal&platform=Android&pkgname=com.tectree.eto&device=fc1e621d(PHB110)&surv=true&_=1703574493580 HTTP/1.1" 200 - [E 231226 15:12:49 apm:161] 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\SoloX\solox\public\apm.py", line 155, in getAndroidMemory swapPass = round(float(float(mswap.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' 192.168.10.209 - - [26/Dec/2023 15:12:49] "GET /apm/mem?model=normal&platform=Android&pkgname=com.tectree.eto&device=fc1e621d(PHB110)&process=11959%3Acom.tectree.eto&=1703574493579 HTTP/1.1" 200 - 192.168.10.209 - - [26/Dec/2023 15:12:49] "GET /apm/battery?platform=Android&device=fc1e621d(PHB110)&_=1703574493581 HTTP/1.1" 200 - [I 231226 15:12:50 apm:149] memory info: Applications Memory Usage (in Kilobytes): Uptime: 380866 Realtime: 380866

** MEMINFO in pid 11959 [com.tectree.eto] **
                   Pss  Private  Private     Swap      Rss     Heap     Heap     Heap
                 Total    Dirty    Clean    Dirty    Total     Size    Alloc     Free
                ------   ------   ------   ------   ------   ------   ------   ------
  Native Heap    31230    30972        0        0    34552    65536    36738    28797
  Dalvik Heap     2097     1984        0        0    10664    27479     2903    24576
 Dalvik Other     2290     1568        0        0     5108
        Stack     2340     2276        0        0     2416
       Ashmem       16        0        0        0      556
      Gfx dev    81696    81696        0        0    81700
    Other dev      111        0       20        0      916
     .so mmap   243733      860   230076        0   310416
    .jar mmap     2403        0      124        0    49712
    .apk mmap      213        0        0        0     3052
    .ttf mmap       41        0        0        0      220
    .dex mmap     4472        4     4464        0     5212
    .oat mmap       14        0        0        0     2084
    .art mmap     5894     4364       36        0    21784
   Other mmap       54        8        0        0     2064
   EGL mtrack    49128    49128        0        0    49128
    GL mtrack     3072     3072        0        0     3072
      Unknown   571501   571456        0        0   572432
        TOTAL  1000305   747388   234720        0  1155088    93015    39641    53373

 App Summary
                       Pss(KB)                        Rss(KB)
                        ------                         ------
           Java Heap:     6384                          32448
         Native Heap:    30972                          34552
                Code:   235540                         371960
               Stack:     2276                           2416
            Graphics:   133896                         133900
       Private Other:   573040
              System:    18197
             Unknown:                                  579812

           TOTAL PSS:  1000305            TOTAL RSS:  1155088      TOTAL SWAP (KB):        0

 Objects
               Views:       16         ViewRootImpl:        1
         AppContexts:        5           Activities:        1
              Assets:       29        AssetManagers:        0
       Local Binders:       31        Proxy Binders:       57
       Parcel memory:       13         Parcel count:       54
    Death Recipients:        1      OpenSSL Sockets:        2
            WebViews:        0

 SQL
         MEMORY_USED:      211
  PAGECACHE_OVERFLOW:       78          MALLOC_SIZE:       46

 DATABASES
      pgsz     dbsz   Lookaside(b)          cache  Dbname
         4       52            117      13/387/12  /data/user/0/com.tectree.eto/databases/crashSight_db_
         4       24            111      68/386/11  /data/user/0/com.tectree.eto/databases/thinkingdata
rafa0128 commented 7 months ago

adb -s device id shell dumpsys SurfaceFlinger --list | findstr pkgname 结果给我看看

JIUJIUs commented 7 months ago

adb -s device id shell dumpsys SurfaceFlinger --list | findstr pkgname 结果给我看看

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --list | findstr com.tectree.eto 40a087 ActivityRecordInputSink com.tectree.eto/com.epicgames.unreal.GameActivity#463 ActivityRecord{ce1e8c6 u0 com.tectree.eto/com.epicgames.unreal.GameActivity}#452 776f1f5 com.tectree.eto/com.epicgames.unreal.GameActivity#466 Background for SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#473 SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#469 SurfaceViewcom.tectree.eto/com.epicgames.unreal.GameActivity#470 com.tectree.eto/com.epicgames.unreal.GameActivity#467 Bounds for - com.tectree.eto/com.epicgames.unreal.GameActivity#468

rafa0128 commented 7 months ago

adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#469 adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#470 adb shell dumpsys SurfaceFlinger --latency SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#469 adb shell dumpsys SurfaceFlinger --latency SurfaceViewcom.tectree.eto/com.epicgames.unreal.GameActivity#470

这四个都执行看看,执行久一点,看看哪个有不是0的数据,都是0的就不用发了

JIUJIUs commented 7 months ago

adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#469 adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#470 adb shell dumpsys SurfaceFlinger --latency SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#469 adb shell dumpsys SurfaceFlinger --latency SurfaceViewcom.tectree.eto/com.epicgames.unreal.GameActivity#470

这四个都执行看看,执行久一点,看看哪个有不是0的数据,都是0的就不用发了

好像都是 16666666

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#469 ---- TIME: 2023-12-26 15:39:28.444 ---- 16666666

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency com.tectree.eto/com.epicgames.unreal.GameActivity#470 ---- TIME: 2023-12-26 15:39:33.819 ---- 16666666

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency SurfaceViewcom.tectree.eto/com.epicgames.unreal.GameActivity#470 ---- TIME: 2023-12-26 15:39:38.694 ---- 16666666

C:\Users\Administrator>adb shell dumpsys SurfaceFlinger --latency SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#469 ---- TIME: 2023-12-26 15:39:43.816 ---- 16666666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 OPlusFrameTracker

rafa0128 commented 7 months ago

16666666这个不管,目前程序是用了这个SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#469,一直都是0的话就没办法了,这个要靠系统把数据写进来才可以,有些设备是写的慢有些压根没写。安卓没办法不同机型机制都不太一样。

内存的我兼容了

JIUJIUs commented 7 months ago

16666666这个不管,目前程序是用了这个SurfaceView[com.tectree.eto/com.epicgames.unreal.GameActivity]#469,一直都是0的话就没办法了,这个要靠系统把数据写进来才可以,有些设备是写的慢有些压根没写。安卓没办法不同机型机制都不太一样。

内存的我兼容了

好的了解,辛苦大佬·

katyhudson commented 6 months ago

太强了太耀眼了。大佬对鸿蒙也支持吗,我还没设备可以对比测试

lin-wu-1990 commented 4 weeks ago

换了小米、华为都没办法拿到fps。。android12、13的,FPS一直是空,但是换成其他原生的app就可以,是unity的现在不支持吗