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
@@ -80,17 +80,17 @@ class _SoftButtonReplaceOperation extends _Task {
80
80
// Check the state of our images
81
81
if(!this._supportsSoftButtonImages()){
82
82
// We don't support images at all
83
-
console.warn('SoftButtonTransitionOperation - Soft button images are not supported. Attempting to send text-only soft buttons. If any button does not contain text, no buttons will be sent.');
83
+
console.warn('SoftButtonReplaceOperation - Soft button images are not supported. Attempting to send text-only soft buttons. If any button does not contain text, no buttons will be sent.');
84
84
// Send text buttons if all the soft buttons have text
console.error('SoftButtonTransitionOperation - Head unit does not support images and some of the soft buttons do not have text, so none of the buttons will be sent.');
87
+
console.error('SoftButtonReplaceOperation - Head unit does not support images and some of the soft buttons do not have text, so none of the buttons will be sent.');
console.info('SoftButtonTransitionOperation - Soft button images are not supported. Attempting to send text and static image only soft buttons. If any button does not contain text and/or a static image, no buttons will be sent.');
90
+
console.info('SoftButtonReplaceOperation - Soft button images are not supported. Attempting to send text and static image only soft buttons. If any button does not contain text and/or a static image, no buttons will be sent.');
console.error('SoftButtonTransitionOperation - Buttons will not be sent because the module does not support dynamic images and some of the buttons do not have text or static images.');
93
+
console.error('SoftButtonReplaceOperation - Buttons will not be sent because the module does not support dynamic images and some of the buttons do not have text or static images.');
console.warn('SoftButtonTransitionOperation - Attempted to create text buttons, but some buttons don\'t support text, so no text-only soft buttons will be sent');
134
+
console.warn('SoftButtonReplaceOperation - Attempted to create text buttons, but some buttons don\'t support text, so no text-only soft buttons will be sent');
135
135
returnfalse;
136
136
}
137
137
// We should create a new softButtonObject rather than modifying the original one
@@ -146,7 +146,7 @@ class _SoftButtonReplaceOperation extends _Task {
146
146
}
147
147
148
148
if(this._lifecycleManager===null){
149
-
console.error('SoftButtonTransitionOperation: LifecycleManager is null');
149
+
console.error('SoftButtonReplaceOperation: LifecycleManager is null');
150
150
returnfalse;
151
151
}
152
152
@@ -156,9 +156,9 @@ class _SoftButtonReplaceOperation extends _Task {
console.warn('SoftButtonTransitionOperation - Attempted to create text and static image only buttons, but some buttons don\'t support text and have dynamic images, so no soft buttons will be sent.');
182
+
console.warn('SoftButtonReplaceOperation - Attempted to create text and static image only buttons, but some buttons don\'t support text and have dynamic images, so no soft buttons will be sent.');
183
183
returnfalse;
184
184
}
185
185
@@ -199,7 +199,7 @@ class _SoftButtonReplaceOperation extends _Task {
199
199
}
200
200
201
201
if(this._lifecycleManager===null){
202
-
console.error('SoftButtonTransitionOperation: LifecycleManager is null');
202
+
console.error('SoftButtonReplaceOperation: LifecycleManager is null');
203
203
returnfalse;
204
204
}
205
205
@@ -209,9 +209,9 @@ class _SoftButtonReplaceOperation extends _Task {
0 commit comments