This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.hockeyapp.android.demo; | |
public class HockeySender implements ReportSender { | |
public static final String TAG = "HockeySender"; | |
private static String BASE_URL = "https://rink.hockeyapp.net/api/2/apps/"; | |
private static String CRASHES_PATH = "/crashes"; | |
@Override | |
public void send(Context context, CrashReportData errorContent) throws ReportSenderException { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost | |
log access.log | |
proxy /echo 127.0.0.1:8080 { | |
websocket | |
# treat the path as if it were sent without the /echo | |
without /echo | |
} |