Build of V2.6.0 alpha test version
This commit is contained in:
Binary file not shown.
@@ -169,7 +169,7 @@ public class OsdUtil implements ActivityCompat.OnRequestPermissionsResultCallbac
|
|||||||
*/
|
*/
|
||||||
public void startServer() {
|
public void startServer() {
|
||||||
// Start the server
|
// Start the server
|
||||||
Log.i(TAG,"OsdUtil.startServer()");
|
Log.d(TAG,"OsdUtil.startServer()");
|
||||||
writeToSysLogFile("startServer() - starting server");
|
writeToSysLogFile("startServer() - starting server");
|
||||||
Intent sdServerIntent;
|
Intent sdServerIntent;
|
||||||
sdServerIntent = new Intent(mContext, SdServer.class);
|
sdServerIntent = new Intent(mContext, SdServer.class);
|
||||||
@@ -187,7 +187,7 @@ public class OsdUtil implements ActivityCompat.OnRequestPermissionsResultCallbac
|
|||||||
* Stop the SdServer service
|
* Stop the SdServer service
|
||||||
*/
|
*/
|
||||||
public void stopServer() {
|
public void stopServer() {
|
||||||
Log.i(TAG, "OsdUtil.stopServer() - stopping Server...");
|
Log.d(TAG, "OsdUtil.stopServer() - stopping Server...");
|
||||||
writeToSysLogFile("stopserver() - stopping server");
|
writeToSysLogFile("stopserver() - stopping server");
|
||||||
|
|
||||||
// then send an Intent to stop the service.
|
// then send an Intent to stop the service.
|
||||||
|
|||||||
Reference in New Issue
Block a user