You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try test_hook.cc on android. It seem work great if:
const char *val = getenv("lody");
But hang when:
const char *val = getenv("lody2");
It seem it hang when call backup function: Origin_getenv()
Please help!
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I try test_hook.cc on android. It seem work great if:
const char *val = getenv("lody");
But hang when:
const char *val = getenv("lody2");
It seem it hang when call backup function: Origin_getenv()
Please help!
Thanks!
The text was updated successfully, but these errors were encountered: