React-native-debugger: Disable warnings in console

Created on 31 May 2019  路  2Comments  路  Source: jhen0409/react-native-debugger

React Native Debugger app version: [0.9.8]
React Native version: [0.59.8]
Platform: [Android]
Is real device of platform: [No]
Operating System: [Linux]

I didn't know if this should be a feature request or if it's built in, but is there a way to disable certain warnings in the console? For instance I have a warning that hits every time because of some libraries I installed, but the warnings repeat themselves 7 or 8 times and it fills up the logs and makes a lot of noise. Is this a possibility?

Thanks! Great work on the app itself!

Most helpful comment

Hello @pianoman730, you could override console.log inside your app to only log specific messages.

I tried overwriting console.log and the yellow warnings that I get in the console on my Expo app still show up. Do you know which function warnings go through?

All 2 comments

Hello @pianoman730, you could override console.log inside your app to only log specific messages.

Hello @pianoman730, you could override console.log inside your app to only log specific messages.

I tried overwriting console.log and the yellow warnings that I get in the console on my Expo app still show up. Do you know which function warnings go through?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Syahrul picture Syahrul  路  19Comments

blackxored picture blackxored  路  16Comments

sagark1510 picture sagark1510  路  37Comments

AndrewMorsillo picture AndrewMorsillo  路  15Comments

freerangenerd picture freerangenerd  路  17Comments