remote_config/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [44:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



firestore/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [45:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



auth/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [45:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



messaging/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [44:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



analytics/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [45:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dynamic_links/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [45:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



database/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [45:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



admob/testapp/src/android/java/com/google/firebase/example/LoggingUtils.java [45:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void addLogText(final String text) {
    new Handler(Looper.getMainLooper()).post(new Runnable() {
        @Override
        public void run() {
          if (sTextView != null) {
            sTextView.append(text);
          }
        }
      });
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



