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
Because Library project using Android package name as id (package name in metadata). But we're not able to get the package name in run time, so we need a way to do log for library.
One way is rewrite maybeService.log() to embed package name.
The text was updated successfully, but these errors were encountered:
Because Library project using Android package name as id (package name in metadata). But we're not able to get the package name in run time, so we need a way to do log for library.
One way is rewrite
maybeService.log()
to embed package name.The text was updated successfully, but these errors were encountered: