Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncStorage persistence not working suddenly #22

Open
Nantris opened this issue Jun 26, 2019 · 1 comment
Open

AsyncStorage persistence not working suddenly #22

Nantris opened this issue Jun 26, 2019 · 1 comment

Comments

@Nantris
Copy link

Nantris commented Jun 26, 2019

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-log
      logRNErrors: true, // Will pick up RN-errors and send them to the device log
      maxNumberToRender: 0, // 0 or undefined == unlimited
      maxNumberToPersist: 4000, // 0 or undefined == unlimited
    }
  )
  .then(() => {});
@sahildhussain
Copy link

Same issue for me as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants