0

I have an exception in some SDK class (com.google.wear.services.watchfaces.FavoriteOperationException) and I want to know more about it by reading source. But I can't click on class in logcat. How can I read the source code if I only have the class name and it is not clickable?

Double Shift search yielded no results.

enter image description here

4
  • Most of the com.google classes are proprietary, and for those the source is not available outside of Google. Commented Jul 2 at 15:05
  • @CommonsWare Nice. Could you give me a hintt on how I can find what went wrong? Google didn't find anything
    – Makc
    Commented Jul 2 at 16:17
  • Sorry, but by "the source is not available outside of Google", I mean that it is only available to Google employees and select others. It is not publicly available for you or I to view. Commented Jul 2 at 17:07
  • You are in an IDE: Just copy and paste the class name into the source code, make it a variable and then click on the type. If the source code is not available Android Studio will use decompiler to generate Java source code.
    – Robert
    Commented Jul 2 at 17:19

0

Browse other questions tagged or ask your own question.