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 don't expect a PR to address this or anything, but @olofd do you have any ideas what I can check? I tried clearing and pausing the logs, and I tried switching to InMemoryAdapter and then back to AsyncStorage, but no luck in any case unfortunately.
My setup looks like this:
deviceLog.init(AsyncStorage,// new InMemoryAdapter(),{// Options (all optional):logToConsole: false,// Send logs to console as well as device-loglogRNErrors: true,// Will pick up RN-errors and send them to the device logmaxNumberToRender: 0,// 0 or undefined == unlimitedmaxNumberToPersist: 4000,// 0 or undefined == unlimited}).then(()=>{});
The text was updated successfully, but these errors were encountered:
I don't expect a PR to address this or anything, but @olofd do you have any ideas what I can check? I tried clearing and pausing the logs, and I tried switching to
InMemoryAdapter
and then back toAsyncStorage
, but no luck in any case unfortunately.My setup looks like this:
The text was updated successfully, but these errors were encountered: