alvinhochun

Results 96 comments of alvinhochun

Hi! Sorry I didn't make the pull requests properly for this back then. I will rebase the changes and try to incorporate the change your suggested, then make a pull...

> But https://github.com/alvinhochun/drmingw/commit/25e5211e95dfa6418cbbb151af0ac3f6786a1480 introduces GetSymFromAddrWithOffset which doesn't exist in DbgHelp, and I don't think it's necessary. [SYMBOL_INFO](https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/ns-dbghelp-symbol_info) already has all one needs, IIUC -- offset can be obtained by looking...

> `MessageLength` is only used when `MessageSplit` is used as well However the wiki docs on `MessageSplit` states that > Split messages on MessageLength instead of showing the implying that,...

Thanks for the quick reply. I'll reply inline: > Thanks for the report. I might try your experiment to see this first hand. My comments inline: > > > 1....

I think the logcat log items mentioned are red herrings. I just created an issue over at Magisk repo, which I think is probably what this issue is about: https://github.com/topjohnwu/Magisk/issues/2107

I've been running Magisk with the fix topjohnwu/Magisk#2110 for a few days, and while the specific issue regarding `/product/overlay` was fixed, it appears that there are other issues causing `com.google.android.gms`...

Well, 8 hours of uptime and only 83 minutes of CPU time used, not too bad? ``` PID USER PR NI VIRT RES SHR S %CPU %MEM [TIME+]ARGS 2525 u0_a27...

I sort of have an idea of putting a debug build of `com.android.runtime` on my device so that I might be able to get some more clues out of it....

There was a PR that asked for this (#209), and my reply to it was: > > > I believe the canonical way to do it is to construct your...

I believe the canonical way to do it is to construct your own camera or use one of `kiss3d::camera::*` and pass it to `Window::render_with_camera` instead of calling `Window::render`. Alternatively, you...