-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hello!
I'm trying to run MI 6.0.0 on a OnePlus 8T (OxygenOS Android 13) and MI-Core on Ubuntu 20.04.
When I start the NetLogger on the phone, it appears to initially start correctly, but then switches to printing the following repeatedly:
[b][color=ffff00][WARNING][/color] [OnlineMonitor][/b]: Monitoring daemon is terminated. Restart the daemon ...
I did a search of this support site, and did see this issue reported last year, but I wasn't able to find a resolution.
Alternatively (and this is actually a second issue) I tried to run the OnlineMonitor() on my Ubuntu machine, but ended up with the following error:
ImportError: /home/vagrant/mi-dev/mobileinsight-core/mobile_insight/monitor/dm_collector/dm_collector_c.so: invalid ELF header
Interestingly, I got this same error both when I ran from the source or from the VirtualBox version. I understand that this error indicates that the shared object was compiled for a different machine architecture, but I was wondering if there was an easy way to fix this issue.
I appreciate any help anyone can give to get me up and running!
Thanks!
Keith