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
// console output:
2017-08-09 19:09:33.015 TestA[35807:551088] ---do record log things---
I use fishhook to hook the NSLog function, just use 'rebind_symbols', no any NSLog calling.
but my_NSLog been called once, and console output the log.
I wonder why fishhook do calling things when hook?
or, iOS system called NSLog ?
The text was updated successfully, but these errors were encountered:
I think it's probably this. You can set a breakpoint on my_NSLog and look at the stack trace to see which functions/classes/methods led to it being called.
I use fishhook to hook the
NSLog
function, just use 'rebind_symbols', no anyNSLog
calling.but
my_NSLog
been called once, and console output the log.I wonder why fishhook do calling things when hook?
or, iOS system called
NSLog
?The text was updated successfully, but these errors were encountered: