Android Open Source - fb-android-bluetooth Logging Manager






From Project

Back to project page fb-android-bluetooth.

License

The source code is released under:

Apache License

If you think the Android project fb-android-bluetooth listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.fizzbuzz.android.bluetooth;

class LoggingManager {
    // This class exists just to define a static string for use by other classes in this package. Make the constructor private to prevent
    // instantiation.
    private LoggingManager() {
    }

    public static final String TAG = "com.fizzbuzz.android.bluetooth";
}




Java Source Code List

com.fizzbuzz.android.bluetooth.BluetoothDiscoveryBroadcastReceiver.java
com.fizzbuzz.android.bluetooth.BluetoothService.java
com.fizzbuzz.android.bluetooth.LoggingManager.java