Demote "putExtras failed due to null CS" error to a warning.
Currently in Telecom, if the ConnectionService is null when we try to add extras to the extras bundle associated with a Call via Call#putExtras, we log a new NPE as an error but the NPE is never actually thrown. Demoting this to a warning log instead of a error log will make this more clear to the triager that this is not the root issue in most cases. Bug: 325296049 Test: Logging update only Change-Id: I43f9d316f68651521f47b9d0afc6ed79111c9d42
Loading
Please register or sign in to comment